Class: DatadogAPIClient::V2::DashboardListUpdateItemsRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DashboardListUpdateItemsRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dashboard_list_update_items_request.rb
Overview
Request containing the list of dashboards to update to.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dashboards ⇒ Object
List of dashboards to update the dashboard list to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_update_items_request.rb', line 27 def additional_properties @additional_properties end |
#dashboards ⇒ Object
List of dashboards to update the dashboard list to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_update_items_request.rb', line 25 def dashboards @dashboards end |