Class: DatadogAPIClient::V2::MetricDashboardAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricDashboardAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb
Overview
Attributes related to the dashboard, including title, popularity, and url.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#popularity ⇒ Object
readonly
Value from 0 to 5 that ranks popularity of the dashboard.
-
#title ⇒ Object
Title of the asset.
-
#url ⇒ Object
URL path of the asset.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb', line 33 def additional_properties @additional_properties end |
#popularity ⇒ Object
Value from 0 to 5 that ranks popularity of the dashboard.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb', line 25 def popularity @popularity end |
#title ⇒ Object
Title of the asset.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb', line 28 def title @title end |
#url ⇒ Object
URL path of the asset.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb', line 31 def url @url end |