The metadata associated with a request.

Hierarchy

  • SpansAggregateResponseMetadata

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.

requestId?: string

The identifier of the request.

The status of the response.

warnings?: SpansWarning[]

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

Generated using TypeDoc