Show / Hide Table of Contents

Class OrganizationState

Inheritance
System.Object
InputArgs
ResourceArgs
OrganizationState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class OrganizationState : ResourceArgs

Constructors

View Source

OrganizationState()

Declaration
public OrganizationState()

Properties

View Source

Created

Declaration
public Input<string> Created { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Description string.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Logo

Logo URL.

Declaration
public Input<string> Logo { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the Organization.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Twitter

Twitter handle.

Declaration
public Input<string> Twitter { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Updated

Declaration
public Input<string> Updated { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Website

Website link.

Declaration
public Input<string> Website { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.