Class: DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelResponseData

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

Overview

The single JSON:API resource holding a computed funnel. Its attributes contain the number of entities that entered, the end-to-end conversion, and one entry per funnel step.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



34
35
36
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_response_data.rb', line 34

def additional_properties
  @additional_properties
end

#attributesObject

Attributes of a journey funnel response.



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

def attributes
  @attributes
end

#idObject

Identifier of this result.



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

def id
  @id
end

#typeObject

The resource type identifier for a journey funnel response.



32
33
34
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_response_data.rb', line 32

def type
  @type
end