interface ListConsumptionsResponseConsumption {
    billedQuantity: string;
    categoryName: string;
    productName: string;
    projectId: string;
    resourceName: string;
    sku: string;
    unit: string;
    value?: Money;
}

Properties

billedQuantity: string

Consumed quantity.

categoryName: string

Name of consumption category.

productName: string

The product name. For example, "VPC Public Gateway S", "VPC Public Gateway M" for the VPC product.

projectId: string

Project ID of the consumption.

resourceName: string

Identifies the reference based on the category.

sku: string

Unique identifier of the product.

unit: string

Unit of consumed quantity.

value?: Money

Monetary value of the consumption.