Class: DatadogAPIClient::V2::CreateSnapshotTimeseriesLegendType

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

Overview

The legend display type for timeseries widgets. A value of none hides the legend entirely; omitting the field lets the frontend choose automatically.

Constant Summary collapse

COMPACT =
"compact".freeze
EXPANDED =
"expanded".freeze
NONE =
"none".freeze

Method Summary

Methods included from BaseEnumModel

included