Class DeploymentLabelArgs
Inherited Members
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.Gcp.DeploymentManager.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DeploymentLabelArgs : ResourceArgs
Constructors
View SourceDeploymentLabelArgs()
Declaration
public DeploymentLabelArgs()
Properties
View SourceKey
Key for label.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Value of label.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |