Class StackScriptUserDefinedFieldGetArgs
Inherited Members
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 StackScriptUserDefinedFieldGetArgs : ResourceArgs
Constructors
View SourceStackScriptUserDefinedFieldGetArgs()
Declaration
public StackScriptUserDefinedFieldGetArgs()
Properties
View SourceDefault
Declaration
public Input<string> Default { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Example
Declaration
public Input<string> Example { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Label
The StackScript's label is for display purposes only.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManyOf
Declaration
public Input<string> ManyOf { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OneOf
Declaration
public Input<string> OneOf { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |