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.



49022
49023
49024
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49022

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



49015
49016
49017
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49015

def customer_customizer
  @customer_customizer
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


49020
49021
49022
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49020

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



49027
49028
49029
49030
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49027

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