Attributes for creating or updating a RUM operation.

Hierarchy

  • RUMOperationRequestAttributes

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
applicationId?: string

The RUM application ID the operation belongs to.

category?: string

The category of the RUM operation.

description?: string

A description of the RUM operation.

displayName?: string

A human-readable display name for the RUM operation.

featureIds?: string[]

The list of feature IDs associated with the RUM operation.

The definition of a RUM operation's journey, used to detect it from RUM events.

name: string

The unique name of the RUM operation. Must not contain spaces.

tags: string[]

A list of tags associated with the RUM operation.

Generated using TypeDoc