Class: DatadogAPIClient::V2::ProductAnalyticsJourneyListRequest

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

Overview

Request body for a journey list query.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



28
29
30
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_request.rb', line 28

def additional_properties
  @additional_properties
end

#dataObject

The single JSON:API resource carrying a journey list query. Its attributes hold the time window and the journey whose matching entities should be listed, one row each.



26
27
28
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_request.rb', line 26

def data
  @data
end