# Flipdish.Field

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **String** |  | 
**Description** | **String** |  | 
**Key** | **String** |  | 
**Tooltip** | **String** |  | [optional] 
**Position** | **Number** |  | 
**DefaultValue** | **String** |  | [optional] 
**ValidValues** | [**[ValidValue]**](ValidValue.md) |  | [optional] 
**ValidationRegex** | **String** |  | [optional] 
**FieldType** | **String** |  | 
**IsFlipdishRestricted** | **Boolean** |  | [optional] 


<a name="FieldTypeEnum"></a>
## Enum: FieldTypeEnum


* `Text` (value: `"Text"`)

* `TextArea` (value: `"TextArea"`)

* `Integer` (value: `"Integer"`)

* `Decimal` (value: `"Decimal"`)

* `_Date` (value: `"Date"`)

* `DateTime` (value: `"DateTime"`)

* `Time` (value: `"Time"`)

* `Select` (value: `"Select"`)

* `_Boolean` (value: `"Boolean"`)

* `ActionButton` (value: `"ActionButton"`)




