Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerResponse
- 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 customer mutate.
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerResult
The result for the customer mutate.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateCustomerResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerResponse.
48634 48635 48636 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48634 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerResult
The result for the customer mutate.
Corresponds to the JSON property result
48632 48633 48634 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48632 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48639 48640 48641 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48639 def update!(**args) @result = args[:result] if args.key?(:result) end |