Field
Field
Action class for setting action for the field.
| Name | Type | Description |
|---|---|---|
| DataType | string | Determines what value can be provided to the Title field. |
| DisplayName | string | Determines the display name of a field. It is a mandatory field. |
| FieldMetadata | FieldMetadata | Allows you to enter additional data about a field. Also, you can add additional values under ‘field_metadata’. |
| Mandatory | bool | Set true if field is mandatory. |
| Multiple | bool | Set true if field value to be multiple. |
| Uid | string | Represents the unique ID of each field. It is a mandatory field. |
| Unique | bool | Set true if field value to be unique |