# KnetikCloud.VariableTypeResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base** | **String** | The base class of the type | 
**enumerable** | **Boolean** | Whether the type comes from a set of valid values that the system can provided (such as users) | [optional] 
**name** | **String** | The name of the variable type. Used as the unique id | 


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


* `NUMBER` (value: `"NUMBER"`)

* `INTEGER` (value: `"INTEGER"`)

* `STRING` (value: `"STRING"`)

* `DATE` (value: `"DATE"`)

* `BOOLEAN` (value: `"BOOLEAN"`)




