BillingUsageProperty interface
Represents an individual billing usage property
Properties
| current |
Current value of the billing usage property |
| previous |
Previous value of the billing usage property |
| property |
Unique identifier for the billing usage property |
| property |
Name of the billing usage property |
| severity | Severity level of the usage |
| status |
Status message for the billing usage against a property |
| sub |
Optional list of sub-properties providing additional details |
Property Details
currentValue
Current value of the billing usage property
currentValue: string
Property Value
string
previousValue
Previous value of the billing usage property
previousValue?: string
Property Value
string
propertyId
Unique identifier for the billing usage property
propertyId: string
Property Value
string
propertyName
Name of the billing usage property
propertyName: string
Property Value
string
severity
Severity level of the usage
severity: string
Property Value
string
statusMessage
Status message for the billing usage against a property
statusMessage?: string
Property Value
string
subProperties
Optional list of sub-properties providing additional details
subProperties?: BillingUsageProperty[]