DexcareComponent
public struct DexcareComponent : Codable
A structure representing a component of a DexCare service
-
The name of the component. ie.
Acme Express Care - Retail
Declaration
Swift
public let name: String
-
The status of of the component. During an incident or a scheduled maintenance, this will be updated. Regular operations, these will be set to
DexcareComponentStatus.operational
Declaration
Swift
public let status: DexcareComponentStatus
-
The type of DexCare service component. See
DexcareComponentType
for a list of componentsDeclaration
Swift
public let type: DexcareComponentType