Class RUMOperationStrongLinkResponseData

The data object in a RUM operation strong link response.

Hierarchy

  • RUMOperationStrongLinkResponseData

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

Attributes of a RUM operation strong link response.

id: string

The unique identifier of the strong link, formatted as <operation_id>:<feature_id>.

The JSON:API type for RUM operation strong link resources.

Generated using TypeDoc