ScheduleValue

ScheduleValue
ScheduleValue
JSON Example
{
    "recurrenceType": "DAILY",
    "time": "2:10",
    "dayOfWeek": "5",
    "dayOfMonth": "3",
    "month": "2",
    "year": "2022",
    "interval": 4,
    "intervalType": "DAY"
}
recurrenceType
Optional

Recurrence type. Supported values are DAILY, WEEKLY, MONTHLY, CUSTOM

Possible values are : DAILY, WEEKLY, MONTHLY, CUSTOM,
string
time
Optional

Scheduled time (UTC) to be provided in the format Hours:Minutes (0-23:0-59)

string
dayOfWeek
Optional

DAY of the Week to be provided in the format 1-7 -> SUNDAY-SATURDAY

string
dayOfMonth
Optional

Day of Month to be provided in the format 1-31

string
month
Optional

Month to be provided in the format 1-12

string
year
Optional

Year to be provided in the format 2022

integer As int32 As int32
interval
Optional

Interval at which CUSTOM RecurrenceType job to be run

intervalType
Optional

Interval type. Supported values are DAY, WEEK, MONTH applicable only for CUSTOM RecurrenceType

Possible values are : DAY, WEEK, MONTH,
Property Of