Class TeamsHierarchyLinksResponseMetaPage

Metadata related to paging information that is included in the response when querying the team hierarchy links

Hierarchy

  • TeamsHierarchyLinksResponseMetaPage

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

First page number.

lastNumber?: number

Last page number.

nextNumber?: number

Next page number.

number?: number

Page number.

prevNumber?: number

Previous page number.

size?: number

Page size.

total?: number

Total number of results.

type?: string

Pagination type.

Generated using TypeDoc