Class: DatadogAPIClient::V2::CostRecommendationDataAttributesPotentialDailySavings

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

Overview

Estimated daily savings if the recommendation is applied.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/cost_recommendation_data_attributes_potential_daily_savings.rb', line 30

def additional_properties
  @additional_properties
end

#amountObject

Numeric amount of the potential daily savings.



25
26
27
# File 'lib/datadog_api_client/v2/models/cost_recommendation_data_attributes_potential_daily_savings.rb', line 25

def amount
  @amount
end

#currencyObject

ISO 4217 currency code for the savings amount.



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

def currency
  @currency
end