Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupCustomizerResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupCustomizerResult
- 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
-
#ad_group_customizer ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupCustomizer
A customizer value for the associated CustomizerAttribute at the AdGroup level.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupCustomizerResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupCustomizerResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupCustomizerResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupCustomizerResult.
44374 44375 44376 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44374 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_group_customizer ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupCustomizer
A customizer value for the associated CustomizerAttribute at the AdGroup level.
Corresponds to the JSON property adGroupCustomizer
44367 44368 44369 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44367 def ad_group_customizer @ad_group_customizer end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
44372 44373 44374 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44372 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
44379 44380 44381 44382 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44379 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 |