Show / Hide Table of Contents

Class UpdateEnvironmentTagNewTag

UpdateEnvironmentTagNewTag

Inheritance
object
UpdateEnvironmentTagNewTag
Implements
IValidatableObject
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class UpdateEnvironmentTagNewTag : IValidatableObject

Constructors

View Source

UpdateEnvironmentTagNewTag(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 Source

Name

Gets or Sets Name

Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type Description
string
View Source

Value

Gets or Sets Value

Declaration
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value
Type Description
string

Methods

View Source

ToString()

Returns the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
string

String presentation of the object

Overrides
object.ToString()

Implements

IValidatableObject

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.