Class FieldDefinitionCreation
Implements
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public class FieldDefinitionCreation : IFieldDefinitionCreation
Properties
DisplayName
The display name for the field.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
A unique name for the field. Uniqueness is scoped to the organization.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the field.
Declaration
public FieldDefinitionType Type { get; set; }
Property Value
Type | Description |
---|---|
FieldDefinitionType |