Class: DatadogAPIClient::V2::MetricAssetAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricAssetAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/metric_asset_attributes.rb
Overview
Assets related to the object, including title and url.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/metric_asset_attributes.rb', line 30 def additional_properties @additional_properties end |
#title ⇒ Object
Title of the asset.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/metric_asset_attributes.rb', line 25 def title @title end |
#url ⇒ Object
URL path of the asset.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/metric_asset_attributes.rb', line 28 def url @url end |