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