Class: DatadogAPIClient::V1::NotebookGraphSize

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

Overview

The size of the graph.

Constant Summary collapse

EXTRA_SMALL =
"xs".freeze
SMALL =
"s".freeze
MEDIUM =
"m".freeze
LARGE =
"l".freeze
EXTRA_LARGE =
"xl".freeze

Method Summary

Methods included from BaseEnumModel

included