Class: DatadogAPIClient::V2::DashboardListUpdateItemsResponse

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/dashboard_list_update_items_response.rb

Overview

Response containing a list of updated dashboards.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dashboardsObject

List of dashboards in the dashboard list.



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

def dashboards
  @dashboards
end