ScheduleBaseResponse

data class ScheduleBaseResponse(val id: String? = null, val provisioningStatus: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, provisioningStatus: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

A system assigned id for the schedule.

Link copied to clipboard

The current deployment state of schedule.

Link copied to clipboard
val status: String? = null

Is the schedule enabled or disabled?