Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerManagerLinkResponse

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 a CustomerManagerLink mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerManagerLinkResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerManagerLinkResponse.



49231
49232
49233
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49231

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

Instance Attribute Details

#resultsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerManagerLinkResult>

A result that identifies the resource affected by the mutate request. Corresponds to the JSON property results



49229
49230
49231
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49229

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



49236
49237
49238
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49236

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