# CymbioApi.Graph

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interval** | **String** | Interval of the time line. | 
**times** | **[Integer]** | The times array in linux timestamp. | 
**values** | **[Integer]** | The values array. | 
**dataType** | **String** |  | 


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


* `hours` (value: `"hours"`)

* `days` (value: `"days"`)

* `months` (value: `"months"`)

* `years` (value: `"years"`)




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


* `Graph` (value: `"Graph"`)




