Class: DatadogAPIClient::V2::RUMOperationStrongLinkUpdateStatus

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/rum_operation_strong_link_update_status.rb

Overview

The status of a RUM operation strong link. Can only be set to CONFIRMED or REJECTED.

Constant Summary collapse

CONFIRMED =
"CONFIRMED".freeze
REJECTED =
"REJECTED".freeze

Method Summary

Methods included from BaseEnumModel

included