Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerCustomizerResult

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

The result for the customizer attribute mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerCustomizerResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerCustomizerResult.



48257
48258
48259
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48257

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

Instance Attribute Details

#customer_customizerGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerCustomizer

A customizer value for the associated CustomizerAttribute at the Customer level. Corresponds to the JSON property customerCustomizer



48250
48251
48252
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48250

def customer_customizer
  @customer_customizer
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


48255
48256
48257
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48255

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48262
48263
48264
48265
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48262

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