Class: DatadogAPIClient::V2::MetricDashboardAttributes

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

Overview

Attributes related to the dashboard, including title and popularity.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#popularityObject

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

#titleObject

Title of the asset.



28
29
30
# File 'lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb', line 28

def title
  @title
end