Class: DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelRequestData

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

Overview

The single JSON:API resource carrying a funnel query. Its attributes hold the time window to query and the journey whose step-to-step conversion should be measured.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



31
32
33
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_request_data.rb', line 31

def additional_properties
  @additional_properties
end

#attributesObject

Attributes of a journey funnel request.



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

def attributes
  @attributes
end

#typeObject

The resource type identifier for a journey funnel request.



29
30
31
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_request_data.rb', line 29

def type
  @type
end