Show / Hide Table of Contents

Class TeamState

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
TeamState
Inherited Members
Pulumi.ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Pagerduty
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class TeamState : ResourceArgs

Constructors

View Source

TeamState()

Declaration
public TeamState()

Properties

View Source

Description

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

HtmlUrl

URL at which the entity is uniquely displayed in the Web app

Declaration
public Input<string> HtmlUrl { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Name

The name of the group.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.