The metadata associated with a request

Hierarchy

  • LogsResponseMetadata

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

Paging attributes.

requestId?: string

The identifier of the request

The status of the response

warnings?: LogsWarning[]

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

Generated using TypeDoc