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.



45139
45140
45141
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45139

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



45132
45133
45134
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45132

def ad_group_customizer
  @ad_group_customizer
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


45137
45138
45139
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45137

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



45144
45145
45146
45147
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45144

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