Class: DatadogAPIClient::V2::DemVariantAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DemVariantAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dem_variant_attributes.rb
Overview
Attributes of a DEM journey variant.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filter ⇒ Object
An optional RUM query filter to scope this variant.
-
#name ⇒ Object
readonly
The name of the variant.
-
#rum_steps ⇒ Object
readonly
List of RUM journey steps.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/dem_variant_attributes.rb', line 33 def additional_properties @additional_properties end |
#filter ⇒ Object
An optional RUM query filter to scope this variant.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dem_variant_attributes.rb', line 25 def filter @filter end |
#name ⇒ Object
The name of the variant.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/dem_variant_attributes.rb', line 28 def name @name end |
#rum_steps ⇒ Object
List of RUM journey steps.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/dem_variant_attributes.rb', line 31 def rum_steps @rum_steps end |