The metadata associated with a request.

Hierarchy

  • EventsResponseMetadata

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

The time elapsed in milliseconds.

Pagination attributes.

requestId?: string

The identifier of the request.

status?: string

The request status.

warnings?: EventsWarning[]

A list of warnings (non-fatal errors) encountered. Partial results might be returned if warnings are present in the response.

Generated using TypeDoc