Class: DatadogAPIClient::V2::DashboardListAddItemsRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DashboardListAddItemsRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dashboard_list_add_items_request.rb
Overview
Request containing a list of dashboards to add.
Instance Attribute Summary collapse
-
#dashboards ⇒ Object
List of dashboards to add the dashboard list.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#dashboards ⇒ Object
List of dashboards to add the dashboard list.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_add_items_request.rb', line 29 def dashboards @dashboards end |