Show / Hide Table of Contents

Class OrgEnvironments

OrgEnvironments

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

Constructors

View Source

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

Environments

Gets or Sets Environments

Declaration
[JsonPropertyName("environments")]
public List<OrgEnvironment>? Environments { get; set; }
Property Value
Type Description
List<OrgEnvironment>
View Source

NextToken

Gets or Sets NextToken

Declaration
[JsonPropertyName("nextToken")]
public string? NextToken { 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.