Class DeploymentGatesListResponseMetaPage

Pagination information for a list of deployment gates.

Hierarchy

  • DeploymentGatesListResponseMetaPage

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
cursor?: string

The cursor used for the current page.

nextCursor?: string

The cursor to use to fetch the next page. This is absent when there are no more pages.

size?: number

The number of results per page.

Generated using TypeDoc