Class: DatadogAPIClient::V2::ProductAnalyticsSankeyDefinition

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

Overview

The shape of the Sankey diagram, expressed as the facets to flow between and how many steps to show.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



38
39
40
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_definition.rb', line 38

def additional_properties
  @additional_properties
end

#entries_per_stepObject

Maximum number of nodes to keep in each column. Remaining values are rolled up into an aggregated node. Omit it, or send 0, to use the default of 5.



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

def entries_per_step
  @entries_per_step
end

#number_of_stepsObject

Number of intermediate columns between the source and the target. Omit it, or send 0, to use the default of 5.



30
31
32
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_definition.rb', line 30

def number_of_steps
  @number_of_steps
end

#sourceObject

Facet forming the first column of the diagram.



33
34
35
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_definition.rb', line 33

def source
  @source
end

#targetObject

Facet forming the last column of the diagram.



36
37
38
# File 'lib/datadog_api_client/v2/models/product_analytics_sankey_definition.rb', line 36

def target
  @target
end