Class: DatadogAPIClient::V2::ProductAnalyticsJourneyScalarRequestData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneyScalarRequestData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_journey_scalar_request_data.rb
Overview
The single JSON:API resource carrying a journey scalar query. Its attributes hold the time window and the journey metric to reduce to one value over that window.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Attributes of a journey scalar request.
-
#type ⇒ Object
readonly
The resource type identifier for a journey timeseries or scalar request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_scalar_request_data.rb', line 31 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes of a journey scalar request.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_scalar_request_data.rb', line 26 def attributes @attributes end |
#type ⇒ Object
The resource type identifier for a journey timeseries or scalar request.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_scalar_request_data.rb', line 29 def type @type end |