Teams response metadata.

Hierarchy

  • TeamsResponseMetaPagination

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.

limit?: number

Pagination limit.

nextOffset?: number

The next offset.

offset?: number

The offset.

prevOffset?: number

The previous offset.

total?: number

Total results.

type?: string

Offset type.

Generated using TypeDoc