interface SlaInformation {
    Links?: SelfLink;
    completedCycles?: SlaInformationCompletedCycle[];
    id?: string;
    name?: string;
    ongoingCycle?: SlaInformationOngoingCycle;
    slaDisplayFormat?: string;
}

Properties

Links?: SelfLink
completedCycles?: SlaInformationCompletedCycle[]

List of completed cycles for the SLA.

id?: string

ID of the Service Level Agreement (SLA).

name?: string

Description of the SLA.

slaDisplayFormat?: string

Format in which SLA is to be displayed in the UI