Package version:

Represents an individual billing usage property

interface BillingUsageProperty {
    currentValue: string;
    previousValue?: string;
    propertyId: string;
    propertyName: string;
    severity: string;
    statusMessage?: string;
    subProperties?: {};
}

Properties

currentValue: string

Current value of the billing usage property

previousValue?: string

Previous value of the billing usage property

propertyId: string

Unique identifier for the billing usage property

propertyName: string

Name of the billing usage property

severity: string

Severity level of the usage

statusMessage?: string

Status message for the billing usage against a property

subProperties?: {}

Optional list of sub-properties providing additional details