Class: DatadogAPIClient::V2::RUMOperationJourneyStepType

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

Overview

The type of a step within a RUM operation's journey.

Constant Summary collapse

START =
"start".freeze
UPDATE =
"update".freeze
STOP =
"stop".freeze
ERROR =
"error".freeze
ABANDONED =
"abandoned".freeze

Method Summary

Methods included from BaseEnumModel

included