Upcoming Maintenance Response
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.
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 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 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.