Compute Start Stop Schedule Response
data class ComputeStartStopScheduleResponse(val action: String? = null, val cron: CronResponse? = null, val id: String, val provisioningStatus: String, val recurrence: RecurrenceResponse? = null, val schedule: ScheduleBaseResponse? = null, val status: String? = null, val triggerType: String? = null)
Compute start stop schedule properties
Constructors
Link copied to clipboard
fun ComputeStartStopScheduleResponse(action: String? = null, cron: CronResponse? = null, id: String, provisioningStatus: String, recurrence: RecurrenceResponse? = null, schedule: ScheduleBaseResponse? = null, status: String? = null, triggerType: String? = null)