Class: DatadogAPIClient::V2::WidgetDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::WidgetDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/widget_definition.rb
Overview
The definition of a widget, including its type and configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#title ⇒ Object
readonly
The display title of the widget.
-
#type ⇒ Object
readonly
Widget types that are allowed to be stored as individual records.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/widget_definition.rb', line 31 def additional_properties @additional_properties end |
#title ⇒ Object
The display title of the widget.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/widget_definition.rb', line 25 def title @title end |
#type ⇒ Object
Widget types that are allowed to be stored as individual records. This is not a complete list of dashboard and notebook widget types.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/widget_definition.rb', line 29 def type @type end |