Class: DatadogAPIClient::V2::WidgetAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::WidgetAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/widget_attributes.rb
Overview
Attributes of a widget resource.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
ISO 8601 timestamp of when the widget was created.
-
#definition ⇒ Object
readonly
The definition of a widget, including its type and configuration.
-
#is_favorited ⇒ Object
readonly
Will be implemented soon.
-
#modified_at ⇒ Object
readonly
ISO 8601 timestamp of when the widget was last modified.
-
#tags ⇒ Object
User-defined tags for organizing widgets.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/widget_attributes.rb', line 39 def additional_properties @additional_properties end |
#created_at ⇒ Object
ISO 8601 timestamp of when the widget was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/widget_attributes.rb', line 25 def created_at @created_at end |
#definition ⇒ Object
The definition of a widget, including its type and configuration.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/widget_attributes.rb', line 28 def definition @definition end |
#is_favorited ⇒ Object
Will be implemented soon. Currently always returns false.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/widget_attributes.rb', line 31 def is_favorited @is_favorited end |
#modified_at ⇒ Object
ISO 8601 timestamp of when the widget was last modified.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/widget_attributes.rb', line 34 def modified_at @modified_at end |
#tags ⇒ Object
User-defined tags for organizing widgets.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/widget_attributes.rb', line 37 def @tags end |