Class: DatadogAPIClient::V2::ProductAnalyticsJourneyTimeseriesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneyTimeseriesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_journey_timeseries_response.rb
Overview
Response for a journey timeseries query.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
readonly
The single JSON:API resource holding journey timeseries results.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_timeseries_response.rb', line 28 def additional_properties @additional_properties end |
#data ⇒ Object
The single JSON:API resource holding journey timeseries results. Its attributes contain one series per group along with the timestamps the points fall on.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_timeseries_response.rb', line 26 def data @data end |