Class: DatadogAPIClient::V2::ProductAnalyticsSankeyDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsSankeyDefinition
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#entries_per_step ⇒ Object
readonly
Maximum number of nodes to keep in each column.
-
#number_of_steps ⇒ Object
readonly
Number of intermediate columns between the source and the target.
-
#source ⇒ Object
readonly
Facet forming the first column of the diagram.
-
#target ⇒ Object
readonly
Facet forming the last column of the diagram.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_step ⇒ Object
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_steps ⇒ Object
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 |
#source ⇒ Object
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 |
#target ⇒ Object
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 |