Class: DatadogAPIClient::V1::FunnelComparisonDurationType

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

Overview

Type of comparison duration.

Constant Summary collapse

PREVIOUS_TIMEFRAME =
"previous_timeframe".freeze
CUSTOM_TIMEFRAME =
"custom_timeframe".freeze
PREVIOUS_DAY =
"previous_day".freeze
PREVIOUS_WEEK =
"previous_week".freeze
PREVIOUS_MONTH =
"previous_month".freeze

Method Summary

Methods included from BaseEnumModel

included