Dex Care Status
data class DexCareStatus(name: String, impact: IncidentImpact, description: String, updatedAt: ZonedDateTime, incidents: List<DexCareIncident>, scheduledMaintenances: List<DexCareIncident>) : Parcelable
Content copied to clipboard
Contains information about the current status of the DexCare Platform availability.
Constructors
DexCareStatus
Link copied to clipboard
fun DexCareStatus(name: String, impact: IncidentImpact, description: String, updatedAt: ZonedDateTime, incidents: List<DexCareIncident>, scheduledMaintenances: List<DexCareIncident>)
Content copied to clipboard
Functions
Properties
description
Link copied to clipboard
impact
Link copied to clipboard
incidents
Link copied to clipboard
A list of DexCareIncident that are currently active and were not planned.
scheduledMaintenances
Link copied to clipboard
A list of DexCareIncident that were planned and intentional.
updatedAt
Link copied to clipboard