Class: DatadogAPIClient::V1::WidgetDisplayType

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

Overview

Type of display to use for the request.

Constant Summary collapse

AREA =
"area".freeze
BARS =
"bars".freeze
LINE =
"line".freeze
OVERLAY =
"overlay".freeze

Method Summary

Methods included from BaseEnumModel

included