Struct FieldDefinitionProperties
The properties of an IFieldDefinition.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public struct FieldDefinitionProperties
Properties
AuthoringInfo
The creation and update information of the field.
Declaration
public readonly AuthoringInfo AuthoringInfo { get; }
Property Value
Type | Description |
---|---|
AuthoringInfo |
DisplayName
The display name for the field.
Declaration
public readonly string DisplayName { get; }
Property Value
Type | Description |
---|---|
string |
IsDeleted
Whether the field is deleted.
Declaration
public readonly bool IsDeleted { get; }
Property Value
Type | Description |
---|---|
bool |
Origin
The originator of the field.
Declaration
public readonly FieldDefinitionOrigin Origin { get; }
Property Value
Type | Description |
---|---|
FieldDefinitionOrigin |
Type
The type of the field.
Declaration
public readonly FieldDefinitionType Type { get; }
Property Value
Type | Description |
---|---|
FieldDefinitionType |