Show / Hide Table of Contents

Class OrgEnvironment

OrgEnvironment

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

Constructors

View Source

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

AdditionalProperties

Gets or Sets additional properties

Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement> AdditionalProperties { get; }
Property Value
Type Description
Dictionary<string, JsonElement>
View Source

Created

Gets or Sets Created

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

Modified

Gets or Sets Modified

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

Name

Gets or Sets Name

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

Organization

Gets or Sets Organization

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

Project

Gets or Sets Project

Declaration
[JsonPropertyName("project")]
public string Project { 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.