Show / Hide Table of Contents

Class GetStackScriptUserDefinedFieldArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetStackScriptUserDefinedFieldArgs
Inherited Members
InvokeArgs.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.Linode.Inputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class GetStackScriptUserDefinedFieldArgs : InvokeArgs

Constructors

View Source

GetStackScriptUserDefinedFieldArgs()

Declaration
public GetStackScriptUserDefinedFieldArgs()

Properties

View Source

Default

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

Example

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

Label

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

ManyOf

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

Name

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

OneOf

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