Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResponse.



44247
44248
44249
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44247

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

Instance Attribute Details

#resultGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAccountBudgetProposalResult

The result for the account budget proposal mutate. Corresponds to the JSON property result



44245
44246
44247
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44245

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



44252
44253
44254
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44252

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