Get Schedule Result
data class GetScheduleResult(val createTime: String, val cronSchedule: String, val description: String, val displayName: String, val executionTemplate: ExecutionTemplateResponse, val name: String, val recentExecutions: List<ExecutionResponse>, val state: String, val timeZone: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetScheduleResult(createTime: String, cronSchedule: String, description: String, displayName: String, executionTemplate: ExecutionTemplateResponse, name: String, recentExecutions: List<ExecutionResponse>, state: String, timeZone: String, updateTime: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Timezone on which the cron_schedule. The value of this field must be a time zone name from the tz database. TZ Database: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones Note that some time zones include a provision for daylight savings time. The rules for daylight saving time are determined by the chosen tz. For UTC use the string "utc". If a time zone is not specified, the default will be in UTC (also known as GMT).
Link copied to clipboard