Class: DatadogAPIClient::V1::DashboardSummaryDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::DashboardSummaryDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/dashboard_summary_definition.rb
Overview
Dashboard definition.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author_handle ⇒ Object
Identifier of the dashboard author.
-
#created_at ⇒ Object
Creation date of the dashboard.
-
#description ⇒ Object
Description of the dashboard.
-
#id ⇒ Object
Dashboard identifier.
-
#is_read_only ⇒ Object
Whether this dashboard is read-only.
-
#layout_type ⇒ Object
Layout type of the dashboard.
-
#modified_at ⇒ Object
Modification date of the dashboard.
-
#title ⇒ Object
Title of the dashboard.
-
#url ⇒ Object
URL of the dashboard.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
53 54 55 |
# File 'lib/datadog_api_client/v1/models/dashboard_summary_definition.rb', line 53 def additional_properties @additional_properties end |
#author_handle ⇒ Object
Identifier of the dashboard author.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/dashboard_summary_definition.rb', line 25 def @author_handle end |
#created_at ⇒ Object
Creation date of the dashboard.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/dashboard_summary_definition.rb', line 28 def created_at @created_at end |
#description ⇒ Object
Description of the dashboard.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/dashboard_summary_definition.rb', line 31 def description @description end |
#id ⇒ Object
Dashboard identifier.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/dashboard_summary_definition.rb', line 34 def id @id end |
#is_read_only ⇒ Object
Whether this dashboard is read-only. If True, only the author and admins can make changes to it.
This property is deprecated; please use the [Restriction Policies API](docs.datadoghq.com/api/latest/restriction-policies/) instead to manage write authorization for individual dashboards.
39 40 41 |
# File 'lib/datadog_api_client/v1/models/dashboard_summary_definition.rb', line 39 def is_read_only @is_read_only end |
#layout_type ⇒ Object
Layout type of the dashboard.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/dashboard_summary_definition.rb', line 42 def layout_type @layout_type end |
#modified_at ⇒ Object
Modification date of the dashboard.
45 46 47 |
# File 'lib/datadog_api_client/v1/models/dashboard_summary_definition.rb', line 45 def modified_at @modified_at end |
#title ⇒ Object
Title of the dashboard.
48 49 50 |
# File 'lib/datadog_api_client/v1/models/dashboard_summary_definition.rb', line 48 def title @title end |
#url ⇒ Object
URL of the dashboard.
51 52 53 |
# File 'lib/datadog_api_client/v1/models/dashboard_summary_definition.rb', line 51 def url @url end |