Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupCustomizerResult

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 ad group customizer mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupCustomizerResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupCustomizerResult.



45067
45068
45069
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45067

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

Instance Attribute Details

#ad_group_customizerGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupCustomizer

A customizer value for the associated CustomizerAttribute at the AdGroup level. Corresponds to the JSON property adGroupCustomizer



45060
45061
45062
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45060

def ad_group_customizer
  @ad_group_customizer
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


45065
45066
45067
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45065

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



45072
45073
45074
45075
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45072

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