Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 556 Bytes

TaskReminder.md

File metadata and controls

25 lines (13 loc) · 556 Bytes

SibApiV3Sdk.TaskReminder

Properties

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

Enum: UnitEnum

  • minutes (value: "minutes")

  • hours (value: "hours")

  • weeks (value: "weeks")

  • days (value: "days")