Class RUMOperationStrongLinksListResponseMeta

Metadata for a list of RUM operation strong links.

Hierarchy

  • RUMOperationStrongLinksListResponseMeta

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

The pagination limit.

offset?: number

The current offset.

total?: number

The total number of strong links matching the request.

Generated using TypeDoc