Class EnvironmentRevisionTag
EnvironmentRevisionTag
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class EnvironmentRevisionTag : IValidatableObject
Constructors
View SourceEnvironmentRevisionTag(string, int, Option<string?>, Option<string?>, Option<string?>, Option<string?>)
Initializes a new instance of the EnvironmentRevisionTag class.
Declaration
[JsonConstructor]
public EnvironmentRevisionTag(string name, int revision, Option<string?> created = default, Option<string?> editorLogin = default, Option<string?> editorName = default, Option<string?> modified = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | name |
| int | revision | revision |
| Option<string> | created | created |
| Option<string> | editorLogin | editorLogin |
| Option<string> | editorName | editorName |
| Option<string> | modified | modified |
Properties
View SourceCreated
Gets or Sets Created
Declaration
[JsonPropertyName("created")]
public string? Created { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EditorLogin
Gets or Sets EditorLogin
Declaration
[JsonPropertyName("editorLogin")]
public string? EditorLogin { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EditorName
Gets or Sets EditorName
Declaration
[JsonPropertyName("editorName")]
public string? EditorName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Modified
Gets or Sets Modified
Declaration
[JsonPropertyName("modified")]
public string? Modified { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or Sets Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Revision
Gets or Sets Revision
Declaration
[JsonPropertyName("revision")]
public int Revision { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
View SourceToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |