Show / Hide Table of Contents

Class EnvironmentRevision

EnvironmentRevision

Inheritance
object
EnvironmentRevision
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 EnvironmentRevision : IValidatableObject

Constructors

View Source

EnvironmentRevision(int, Option<string?>, Option<string?>, Option<string?>, Option<List<string>?>)

Initializes a new instance of the EnvironmentRevision class.

Declaration
[JsonConstructor]
public EnvironmentRevision(int number, Option<string?> created = default, Option<string?> creatorLogin = default, Option<string?> creatorName = default, Option<List<string>?> tags = default)
Parameters
Type Name Description
int number

number

Option<string> created

created

Option<string> creatorLogin

creatorLogin

Option<string> creatorName

creatorName

Option<List<string>> tags

tags

Properties

View Source

Created

Gets or Sets Created

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

CreatorLogin

Gets or Sets CreatorLogin

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

CreatorName

Gets or Sets CreatorName

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

Number

Gets or Sets Number

Declaration
[JsonPropertyName("number")]
public int Number { get; set; }
Property Value
Type Description
int
View Source

Tags

Gets or Sets Tags

Declaration
[JsonPropertyName("tags")]
public List<string>? Tags { get; set; }
Property Value
Type Description
List<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.