Class: Google::Apis::CloudbillingV1beta::EstimateCostScenarioWithListPriceResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudbilling_v1beta/classes.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb

Overview

Response for EstimateCostScenarioWithListPrice

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EstimateCostScenarioWithListPriceResponse

Returns a new instance of EstimateCostScenarioWithListPriceResponse.



713
714
715
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 713

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cost_estimation_resultGoogle::Apis::CloudbillingV1beta::CostEstimationResult

The result of a estimating the costs of a CostScenario. Corresponds to the JSON property costEstimationResult



711
712
713
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 711

def cost_estimation_result
  @cost_estimation_result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



718
719
720
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 718

def update!(**args)
  @cost_estimation_result = args[:cost_estimation_result] if args.key?(:cost_estimation_result)
end