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.



715
716
717
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 715

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



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

def cost_estimation_result
  @cost_estimation_result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



720
721
722
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 720

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