Class: DatadogAPIClient::V2::ProductAnalyticsSankeyAggregatedNode

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

Overview

One of the nodes rolled up into an aggregated node, retained so the roll-up can be broken down.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_aggregated_node.rb', line 42

def additional_properties
  @additional_properties
end

#idObject

Unique identifier for the node.



25
26
27
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_aggregated_node.rb', line 25

def id
  @id
end

#incoming_valueObject

Number of sessions entering the node.



28
29
30
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_aggregated_node.rb', line 28

def incoming_value
  @incoming_value
end

#nameObject

The facet value the node represents.



31
32
33
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_aggregated_node.rb', line 31

def name
  @name
end

#outgoing_valueObject

Number of sessions leaving the node.



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

def outgoing_value
  @outgoing_value
end

#typeObject

The resource type identifier for a node rolled up into an aggregated node.



37
38
39
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_aggregated_node.rb', line 37

def type
  @type
end

#valueObject

Number of sessions passing through the node.



40
41
42
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_aggregated_node.rb', line 40

def value
  @value
end