Class: DatadogAPIClient::V1::DashboardReflowType
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::DashboardReflowType
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v1/models/dashboard_reflow_type.rb
Overview
Reflow type for a **new dashboard layout** dashboard. Set this only when layout type is ‘ordered’. If set to ‘fixed’, the dashboard expects all widgets to have a layout, and if it’s set to ‘auto’, widgets should not have layouts.
Constant Summary collapse
- AUTO =
"auto".freeze
- FIXED =
"fixed".freeze