Class: DatadogAPIClient::V1::DashboardList

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

Overview

Your Datadog Dashboards.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#authorObject

Object describing the creator of the shared element.



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

def author
  @author
end

#createdObject

Date of creation of the dashboard list.



32
33
34
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 32

def created
  @created
end

#dashboard_countObject

The number of dashboards in the list.



35
36
37
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 35

def dashboard_count
  @dashboard_count
end

#idObject

The ID of the dashboard list.



38
39
40
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 38

def id
  @id
end

#is_favoriteObject

Whether or not the list is in the favorites.



41
42
43
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 41

def is_favorite
  @is_favorite
end

#modifiedObject

Date of last edition of the dashboard list.



44
45
46
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 44

def modified
  @modified
end

#nameObject

The name of the dashboard list.



47
48
49
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 47

def name
  @name
end

#typeObject

The type of dashboard list.



50
51
52
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 50

def type
  @type
end