Dex Care Incident
data class DexCareIncident(name: String, body: String?, status: IncidentStatus, impact: IncidentImpact, updatedAt: ZonedDateTime, scheduledFor: ZonedDateTime?, scheduledUntil: ZonedDateTime?, components: List<DexCareComponent>) : Parcelable
Content copied to clipboard
Represents a single event related to the DexCare platform's status.
Constructors
DexCareIncident
Link copied to clipboard
fun DexCareIncident(name: String, body: String?, status: IncidentStatus, impact: IncidentImpact, updatedAt: ZonedDateTime, scheduledFor: ZonedDateTime?, scheduledUntil: ZonedDateTime?, components: List<DexCareComponent>)
Content copied to clipboard
Functions
Properties
components
Link copied to clipboard
impact
Link copied to clipboard
scheduledFor
Link copied to clipboard
scheduledUntil
Link copied to clipboard
status
Link copied to clipboard
updatedAt
Link copied to clipboard