Defines the reccuring period(s) when the resource will be active.
Name | Type | Description |
---|---|---|
startTime | String | Defines the starting hour of validity in the HH:mm format. The resource is inactive before this time. |
daysOfWeek | List<DaysOfWeekEnum> | Integer array corresponding to the particular days of the week in which the resource is valid. - `0` Sunday - `1` Monday - `2` Tuesday - `3` Wednesday - `4` Thursday - `5` Friday - `6` Saturday |
expirationTime | String | Defines the ending hour of validity in the HH:mm format. The resource is inactive after this time. |
Name | Value |
---|---|
NUMBER_0 | 0 |
NUMBER_1 | 1 |
NUMBER_2 | 2 |
NUMBER_3 | 3 |
NUMBER_4 | 4 |
NUMBER_5 | 5 |
NUMBER_6 | 6 |