SUCSchedule Properties Response
data class SUCSchedulePropertiesResponse(val advancedSchedule: AdvancedScheduleResponse? = null, val creationTime: String? = null, val description: String? = null, val expiryTime: String? = null, val expiryTimeOffsetMinutes: Double? = null, val frequency: String? = null, val interval: Double? = null, val isEnabled: Boolean? = null, val lastModifiedTime: String? = null, val nextRun: String? = null, val nextRunOffsetMinutes: Double? = null, val startTime: String? = null, val startTimeOffsetMinutes: Double, val timeZone: String? = null)
Definition of schedule parameters.
Constructors
Link copied to clipboard
constructor(advancedSchedule: AdvancedScheduleResponse? = null, creationTime: String? = null, description: String? = null, expiryTime: String? = null, expiryTimeOffsetMinutes: Double? = null, frequency: String? = null, interval: Double? = null, isEnabled: Boolean? = null, lastModifiedTime: String? = null, nextRun: String? = null, nextRunOffsetMinutes: Double? = null, startTime: String? = null, startTimeOffsetMinutes: Double, timeZone: String? = null)
Properties
Link copied to clipboard
Gets or sets the advanced schedule.
Link copied to clipboard
Gets or sets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets or sets the end time of the schedule.
Link copied to clipboard
Gets or sets the expiry time's offset in minutes.
Link copied to clipboard
Gets or sets the last modified time.
Link copied to clipboard
Gets or sets the next run time's offset in minutes.
Link copied to clipboard
Gets the start time's offset in minutes.