# egoisdk.Field ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **fieldId** | **String** | Field ID | [optional] [readonly] **name** | **String** | Name of the field | **format** | **String** | Field format | **unique** | **Boolean** | True if the field is unique, false otherwise | [optional] ## Enum: FormatEnum * `date` (value: `"date"`) * `text` (value: `"text"`) * `cellphone` (value: `"cellphone"`) * `phone` (value: `"phone"`) * `number` (value: `"number"`) * `email` (value: `"email"`) * `options` (value: `"options"`)