# KnetikCloud.Schedule

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**duration** | **Number** | The duration of the repeatable events | 
**duration_unit** | **String** | The unit of time for the duration field | 
**repeat** | **String** | How often the event is scheduled | 


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


* `millisecond` (value: `"millisecond"`)

* `second` (value: `"second"`)

* `minute` (value: `"minute"`)

* `hour` (value: `"hour"`)

* `day` (value: `"day"`)

* `week` (value: `"week"`)

* `month` (value: `"month"`)

* `year` (value: `"year"`)




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


* `DAILY` (value: `"DAILY"`)

* `WEEKLY` (value: `"WEEKLY"`)




