Class UpdateEnvironmentTagCurrentTag
UpdateEnvironmentTagCurrentTag
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class UpdateEnvironmentTagCurrentTag : IValidatableObject
Constructors
View SourceUpdateEnvironmentTagCurrentTag(string)
Initializes a new instance of the UpdateEnvironmentTagCurrentTag class.
Declaration
[JsonConstructor]
public UpdateEnvironmentTagCurrentTag(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | value |
Properties
View SourceValue
Gets or Sets Value
Declaration
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |