Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Response message for account-level budget mutate operations.
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResult
The result for the account budget proposal mutate.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResponse.
43482 43483 43484 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43482 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResult
The result for the account budget proposal mutate.
Corresponds to the JSON property result
43480 43481 43482 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43480 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43487 43488 43489 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43487 def update!(**args) @result = args[:result] if args.key?(:result) end |