The RUM SDK configuration data object.

Hierarchy

  • RumSdkConfigData

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 the RUM SDK configuration.

id: string

The unique identifier of the RUM SDK configuration.

Metadata associated with a RUM SDK configuration.

The type of the resource. The value should always be rum_sdk_config.

Generated using TypeDoc