Class: DatadogAPIClient::V2::ProductAnalyticsJourneyTimeseriesResponseData

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

Overview

The single JSON:API resource holding journey timeseries results. Its attributes contain one series per group along with the timestamps the points fall on.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



35
36
37
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_timeseries_response_data.rb', line 35

def additional_properties
  @additional_properties
end

#attributesObject

Attributes of a timeseries analytics response, containing series data, timestamps, and interval definitions.



27
28
29
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_timeseries_response_data.rb', line 27

def attributes
  @attributes
end

#idObject

Identifier of this result.



30
31
32
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_timeseries_response_data.rb', line 30

def id
  @id
end

#typeObject

The resource type identifier for a journey timeseries response.



33
34
35
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_timeseries_response_data.rb', line 33

def type
  @type
end