Class: DatadogAPIClient::V2::CreateOrUpdateWidgetRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateOrUpdateWidgetRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_or_update_widget_request_attributes.rb
Overview
Attributes for creating or updating a widget.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#definition ⇒ Object
readonly
The definition of a widget, including its type and configuration.
-
#tags ⇒ Object
User-defined tags for organizing the widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/create_or_update_widget_request_attributes.rb', line 30 def additional_properties @additional_properties end |
#definition ⇒ Object
The definition of a widget, including its type and configuration.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_or_update_widget_request_attributes.rb', line 25 def definition @definition end |
#tags ⇒ Object
User-defined tags for organizing the widget.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_or_update_widget_request_attributes.rb', line 28 def @tags end |