Class: DatadogAPIClient::V2::DashboardListItems

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

Overview

Dashboards within a list.

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_items.rb', line 29

def dashboards
  @dashboards
end

#totalObject

Number of dashboards in the dashboard list.



32
33
34
# File 'lib/datadog_api_client/v2/models/dashboard_list_items.rb', line 32

def total
  @total
end