Class: DatadogAPIClient::V2::DashboardListItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DashboardListItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dashboard_list_item.rb
Overview
A dashboard within a list.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author ⇒ Object
Creator of the object.
-
#created ⇒ Object
Date of creation of the dashboard.
-
#icon ⇒ Object
URL to the icon of the dashboard.
-
#id ⇒ Object
readonly
ID of the dashboard.
-
#integration_id ⇒ Object
The short name of the integration.
-
#is_favorite ⇒ Object
Whether or not the dashboard is in the favorites.
-
#is_read_only ⇒ Object
Whether or not the dashboard is read only.
-
#is_shared ⇒ Object
Whether the dashboard is publicly shared or not.
-
#modified ⇒ Object
Date of last edition of the dashboard.
-
#popularity ⇒ Object
readonly
Popularity of the dashboard.
-
#tags ⇒ Object
readonly
List of team names representing ownership of a dashboard.
-
#title ⇒ Object
Title of the dashboard.
-
#type ⇒ Object
readonly
The type of the dashboard.
-
#url ⇒ Object
URL path to the dashboard.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
66 67 68 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 66 def additional_properties @additional_properties end |
#author ⇒ Object
Creator of the object.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 25 def @author end |
#created ⇒ Object
Date of creation of the dashboard.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 28 def created @created end |
#icon ⇒ Object
URL to the icon of the dashboard.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 31 def icon @icon end |
#id ⇒ Object
ID of the dashboard.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 34 def id @id end |
#integration_id ⇒ Object
The short name of the integration.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 37 def integration_id @integration_id end |
#is_favorite ⇒ Object
Whether or not the dashboard is in the favorites.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 40 def is_favorite @is_favorite end |
#is_read_only ⇒ Object
Whether or not the dashboard is read only.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 43 def is_read_only @is_read_only end |
#is_shared ⇒ Object
Whether the dashboard is publicly shared or not.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 46 def is_shared @is_shared end |
#modified ⇒ Object
Date of last edition of the dashboard.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 49 def modified @modified end |
#popularity ⇒ Object
Popularity of the dashboard.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 52 def popularity @popularity end |
#tags ⇒ Object
List of team names representing ownership of a dashboard.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 55 def @tags end |
#title ⇒ Object
Title of the dashboard.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 58 def title @title end |
#type ⇒ Object
The type of the dashboard.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 61 def type @type end |
#url ⇒ Object
URL path to the dashboard.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/dashboard_list_item.rb', line 64 def url @url end |