MaintenanceScheduleResponse

data class MaintenanceScheduleResponse(val canReschedule: Boolean, val endTime: String, val scheduleDeadlineTime: String, val startTime: String)

Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.

Constructors

Link copied to clipboard
fun MaintenanceScheduleResponse(canReschedule: Boolean, endTime: String, scheduleDeadlineTime: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the scheduled maintenance can be rescheduled, default is true.

Link copied to clipboard

The end time of any upcoming scheduled maintenance for this instance.

Link copied to clipboard

The deadline that the maintenance schedule start time can not go beyond, including reschedule.

Link copied to clipboard

The start time of any upcoming scheduled maintenance for this instance.