ListConsumptionsRequest: {
    billingPeriod?: string;
    categoryName?: string;
    orderBy?: ListConsumptionsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
}

Type declaration

  • OptionalbillingPeriod?: string

    Filter by the billing period in the YYYY-MM format. If it is empty the current billing period will be used as default.

  • OptionalcategoryName?: string

    Filter by name of a Category as they are shown in the invoice (Compute, Network, Observability).

  • OptionalorderBy?: ListConsumptionsRequestOrderBy

    Order consumptions list in the response by their update date.

  • OptionalorganizationId?: string

    Filter by Organization ID.

    One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId' could be set.

  • Optionalpage?: number

    Positive integer to choose the page to return.

  • OptionalpageSize?: number

    Positive integer lower or equal to 100 to select the number of items to return.

  • OptionalprojectId?: string

    Filter by Project ID.

    One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId' could be set.