Class ReportScheduleListResponsePagination

Offset and limit pagination metadata for a report schedule list response.

Hierarchy

  • ReportScheduleListResponsePagination

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
firstOffset?: number

The first offset.

lastOffset?: number

The last offset when the total count is known, or null if it is unavailable.

limit?: number

The maximum number of schedules returned.

nextOffset?: number

The next offset.

offset?: number

The current offset.

prevOffset?: number

The previous offset.

total?: number

The total number of matching schedules.

The pagination type.

Generated using TypeDoc