Class OrgEnvironments
OrgEnvironments
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class OrgEnvironments : IValidatableObject
Constructors
View SourceOrgEnvironments(Option<List<OrgEnvironment>?>, Option<string?>)
Initializes a new instance of the OrgEnvironments class.
Declaration
[JsonConstructor]
public OrgEnvironments(Option<List<OrgEnvironment>?> environments = default, Option<string?> nextToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Option<List<OrgEnvironment>> | environments | environments |
| Option<string> | nextToken | nextToken |
Properties
View SourceEnvironments
Gets or Sets Environments
Declaration
[JsonPropertyName("environments")]
public List<OrgEnvironment>? Environments { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OrgEnvironment> |
NextToken
Gets or Sets NextToken
Declaration
[JsonPropertyName("nextToken")]
public string? NextToken { 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 |