Class RUMOperationStrongLinkCreateRequestAttributes

Attributes for creating a RUM operation strong link.

Hierarchy

  • RUMOperationStrongLinkCreateRequestAttributes

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 used when creating a stub operation from operation_name.

description?: string

A description of the strong link.

featureId: string

The unique identifier of the feature to link.

operationId?: string

The unique identifier of the RUM operation to link. Either operation_id or operation_name is required.

operationName?: string

The name of the RUM operation to link. Either operation_id or operation_name is required. If no operation with this name exists, a stub operation is created.

The status of a RUM operation strong link.

tags?: string[]

A list of tags associated with the strong link.

Generated using TypeDoc