# SibApiV3Sdk.TaskReminder

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **Number** | Value of time unit before reminder is to be sent | 
**unit** | **String** | Unit of time before reminder is to be sent | 
**types** | **[String]** | Type of task reminder e.g email, push | 


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


* `minutes` (value: `"minutes"`)

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

* `weeks` (value: `"weeks"`)

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




