Class: DatadogAPIClient::V1::WidgetVizType

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

Overview

Whether to display the Alert Graph as a timeseries or a top list.

Constant Summary collapse

TIMESERIES =
"timeseries".freeze
TOPLIST =
"toplist".freeze

Method Summary

Methods included from BaseEnumModel

included