The status of a service update. ServiceUpdateStatus

interface ServiceUpdateStatus {
    CompletedAt?: string;
    Message?: string;
    StartedAt?: string;
    State?: ServiceUpdateStatusStateEnum;
}

Properties

CompletedAt?: string
Message?: string
StartedAt?: string