Class: DatadogAPIClient::V2::ProductAnalyticsSankeyResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsSankeyResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_sankey_response_data.rb
Overview
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.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Attributes of a Sankey response, containing the nodes and the links between them.
-
#id ⇒ Object
readonly
Unique identifier for this response data object.
-
#type ⇒ Object
readonly
The resource type identifier for a Sankey response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_response_data.rb', line 34 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes of a Sankey response, containing the nodes and the links between them.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_response_data.rb', line 26 def attributes @attributes end |
#id ⇒ Object
Unique identifier for this response data object.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_response_data.rb', line 29 def id @id end |
#type ⇒ Object
The resource type identifier for a Sankey response.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_response_data.rb', line 32 def type @type end |