UpcomingMaintenanceResponse

data class UpcomingMaintenanceResponse(val canReschedule: Boolean, val date: String, val latestWindowStartTime: String, val maintenanceStatus: String, val startTimeWindow: UpcomingMaintenanceTimeWindowResponse, val time: String, val type: String, val windowEndTime: String, val windowStartTime: String)

Upcoming Maintenance notification information.

Constructors

Link copied to clipboard
constructor(canReschedule: Boolean, date: String, latestWindowStartTime: String, maintenanceStatus: String, startTimeWindow: UpcomingMaintenanceTimeWindowResponse, time: String, type: String, windowEndTime: String, windowStartTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates if the maintenance can be customer triggered. From more detail, see go/sf-ctm-design.

Link copied to clipboard

The date when the maintenance will take place. This value is in RFC3339 text format. DEPRECATED: Use window_start_time instead.

Link copied to clipboard

The latest time for the planned maintenance window to start. This timestamp value is in RFC3339 text format.

Link copied to clipboard
Link copied to clipboard

The start time window of the maintenance disruption. DEPRECATED: Use window_start_time instead.

Link copied to clipboard

The time when the maintenance will take place. This value is in RFC3339 text format. DEPRECATED: Use window_start_time instead.

Link copied to clipboard

Defines the type of maintenance.

Link copied to clipboard

The time by which the maintenance disruption will be completed. This timestamp value is in RFC3339 text format.

Link copied to clipboard

The current start time of the maintenance window. This timestamp value is in RFC3339 text format.