Pagination metadata for a page of cost recommendations.

Hierarchy

  • RecommendationsPageMetaPage

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
filter?: string

The filter expression that was applied to produce this page.

nextPageToken?: string

Opaque token used to fetch the next page; absent on the last page.

pageSize?: number

Number of items returned in this page (1–10000).

pageToken?: string

Pagination token echoed back from the request.

Generated using TypeDoc