Class UpdateEnvironmentTagNewTag
UpdateEnvironmentTagNewTag
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class UpdateEnvironmentTagNewTag : IValidatableObject
Constructors
View SourceUpdateEnvironmentTagNewTag(string, string)
Initializes a new instance of the UpdateEnvironmentTagNewTag class.
Declaration
[JsonConstructor]
public UpdateEnvironmentTagNewTag(string name, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | name |
| string | value | value |
Properties
View SourceName
Gets or Sets Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
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 |