Class OrgEnvironment
OrgEnvironment
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class OrgEnvironment : IValidatableObject
Constructors
View SourceOrgEnvironment(string, string, string, string, Option<string?>)
Initializes a new instance of the OrgEnvironment class.
Declaration
[JsonConstructor]
public OrgEnvironment(string created, string modified, string name, string project, Option<string?> organization = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | created | created |
| string | modified | modified |
| string | name | name |
| string | project | project |
| Option<string> | organization | organization |
Properties
View SourceAdditionalProperties
Gets or Sets additional properties
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement> AdditionalProperties { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, JsonElement> |
Created
Gets or Sets Created
Declaration
[JsonPropertyName("created")]
public string Created { 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 |
Organization
Gets or Sets Organization
Declaration
[JsonPropertyName("organization")]
public string? Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Project
Gets or Sets Project
Declaration
[JsonPropertyName("project")]
public string Project { 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 |