Class: DatadogAPIClient::V1::DashboardListListResponse

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

Overview

Information on your dashboard lists.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dashboard_listsObject

List of all your dashboard lists.



29
30
31
# File 'lib/datadog_api_client/v1/models/dashboard_list_list_response.rb', line 29

def dashboard_lists
  @dashboard_lists
end