Class: DatadogAPIClient::V2::ProductAnalyticsSankeyResponse

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

Overview

Response for a Sankey diagram 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_sankey_response.rb', line 28

def additional_properties
  @additional_properties
end

#dataObject

The single JSON:API resource holding a computed Sankey diagram. Its attributes contain the nodes of every column and the links that carry sessions between them.



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

def data
  @data
end