Class: DatadogAPIClient::V2::ProductAnalyticsSankeyLink

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#columnObject

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

#idObject

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

#sourceObject

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

#targetObject

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

#valueObject

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