Metadata about the response.

Hierarchy

  • MonitorSearchResponseMetadata

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

The page to start paginating from.

pageCount?: number

The number of pages.

perPage?: number

The number of monitors to return per page.

totalCount?: number

The total number of monitors.

Generated using TypeDoc