Class: DatadogAPIClient::V2::ProductAnalyticsSankeyNodeType

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

Overview

The kind of node. regular is a single facet value, other rolls up the values that did not fit within entries_per_step, and dropoff collects the sessions that ended at this column.

Constant Summary collapse

REGULAR =
"regular".freeze
OTHER =
"other".freeze
DROPOFF =
"dropoff".freeze

Method Summary

Methods included from BaseEnumModel

included