ComputeSchedulesResponse

data class ComputeSchedulesResponse(val computeStartStop: List<ComputeStartStopScheduleResponse>? = null)

The list of schedules to be applied on the computes

Constructors

Link copied to clipboard
constructor(computeStartStop: List<ComputeStartStopScheduleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of compute start stop schedules to be applied.