Class: Google::Apis::CloudbillingV1beta::EstimateCostScenarioForBillingAccountResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::EstimateCostScenarioForBillingAccountResponse
- 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
-
#cost_estimation_result ⇒ Google::Apis::CloudbillingV1beta::CostEstimationResult
The result of a estimating the costs of a
CostScenario
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EstimateCostScenarioForBillingAccountResponse
constructor
A new instance of EstimateCostScenarioForBillingAccountResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EstimateCostScenarioForBillingAccountResponse
Returns a new instance of EstimateCostScenarioForBillingAccountResponse.
675 676 677 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 675 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cost_estimation_result ⇒ Google::Apis::CloudbillingV1beta::CostEstimationResult
The result of a estimating the costs of a CostScenario
.
Corresponds to the JSON property costEstimationResult
673 674 675 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 673 def cost_estimation_result @cost_estimation_result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
680 681 682 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 680 def update!(**args) @cost_estimation_result = args[:cost_estimation_result] if args.key?(:cost_estimation_result) end |