Class: DatadogAPIClient::V2::ProductAnalyticsSankeyLink
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsSankeyLink
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_sankey_link.rb
Overview
A link of the Sankey diagram, representing the sessions flowing between two nodes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#column ⇒ Object
Zero-based index of the column the link starts from.
-
#id ⇒ Object
Unique identifier for the link.
-
#source ⇒ Object
Identifier of the node the link starts at.
-
#target ⇒ Object
Identifier of the node the link ends at.
-
#value ⇒ Object
Number of sessions flowing along the link.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_link.rb', line 39 def additional_properties @additional_properties end |
#column ⇒ Object
Zero-based index of the column the link starts from.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_link.rb', line 25 def column @column end |
#id ⇒ Object
Unique identifier for the link.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_link.rb', line 28 def id @id end |
#source ⇒ Object
Identifier of the node the link starts at.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_link.rb', line 31 def source @source end |
#target ⇒ Object
Identifier of the node the link ends at.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_link.rb', line 34 def target @target end |
#value ⇒ Object
Number of sessions flowing along the link.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_link.rb', line 37 def value @value end |