Class: Google::Apis::CloudbillingV1beta::EstimateCostScenarioForBillingAccountResponse

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 EstimateCostScenarioForBillingAccount

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EstimateCostScenarioForBillingAccountResponse

Returns a new instance of EstimateCostScenarioForBillingAccountResponse.



688
689
690
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 688

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



686
687
688
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 686

def cost_estimation_result
  @cost_estimation_result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



693
694
695
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 693

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