Class: DatadogAPIClient::V2::DemRumStepType

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

Overview

The type of a RUM journey step.

Constant Summary collapse

START =
"start".freeze
STOP =
"stop".freeze
STEP =
"step".freeze

Method Summary

Methods included from BaseEnumModel

included