Class RUMOperationStrongLinkResponseAttributes

Attributes of a RUM operation strong link response.

Hierarchy

  • RUMOperationStrongLinkResponseAttributes

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
createdAt?: Date

The timestamp when the strong link was created.

description?: string

A description of the strong link.

featureId: string

The unique identifier of the linked feature.

operationId: string

The unique identifier of the linked RUM operation.

The status of a RUM operation strong link.

tags?: string[]

A list of tags associated with the strong link.

updatedAt?: Date

The timestamp when the strong link was last updated.

Generated using TypeDoc