MonthlyTaskScheduler

MonthlyTaskScheduler
MonthlyTaskScheduler

The MonthlyTaskScheduler data object is the base type for the monthly schedulers (MonthlyByDayTaskScheduler and MonthlyByWeekdayTaskScheduler).

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "activeTime": "string",
    "expireTime": "string",
    "interval": 0,
    "minute": 0,
    "hour": 0
}