Class: DatadogAPIClient::V1::DashboardList
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::DashboardList
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/dashboard_list.rb
Overview
Your Datadog Dashboards.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author ⇒ Object
Object describing the creator of the shared element.
-
#created ⇒ Object
Date of creation of the dashboard list.
-
#dashboard_count ⇒ Object
The number of dashboards in the list.
-
#id ⇒ Object
The ID of the dashboard list.
-
#is_favorite ⇒ Object
Whether or not the list is in the favorites.
-
#modified ⇒ Object
Date of last edition of the dashboard list.
-
#name ⇒ Object
readonly
The name of the dashboard list.
-
#type ⇒ Object
The type of dashboard list.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 48 def additional_properties @additional_properties end |
#author ⇒ Object
Object describing the creator of the shared element.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 25 def @author end |
#created ⇒ Object
Date of creation of the dashboard list.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 28 def created @created end |
#dashboard_count ⇒ Object
The number of dashboards in the list.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 31 def dashboard_count @dashboard_count end |
#id ⇒ Object
The ID of the dashboard list.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 34 def id @id end |
#is_favorite ⇒ Object
Whether or not the list is in the favorites.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 37 def is_favorite @is_favorite end |
#modified ⇒ Object
Date of last edition of the dashboard list.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 40 def modified @modified end |
#name ⇒ Object
The name of the dashboard list.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 43 def name @name end |
#type ⇒ Object
The type of dashboard list.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/dashboard_list.rb', line 46 def type @type end |