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