Class: DatadogAPIClient::V2::DashboardListAddItemsResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#added_dashboards_to_listObject

List of dashboards added to the dashboard list.



29
30
31
# File 'lib/datadog_api_client/v2/models/dashboard_list_add_items_response.rb', line 29

def added_dashboards_to_list
  @added_dashboards_to_list
end