Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionCustomizerResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionCustomizerResult
- 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 criterion customizer mutate.
Instance Attribute Summary collapse
-
#ad_group_criterion_customizer ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupCriterionCustomizer
A customizer value for the associated CustomizerAttribute at the AdGroupCriterion level.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionCustomizerResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionCustomizerResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionCustomizerResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionCustomizerResult.
44163 44164 44165 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44163 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_group_criterion_customizer ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupCriterionCustomizer
A customizer value for the associated CustomizerAttribute at the
AdGroupCriterion level.
Corresponds to the JSON property adGroupCriterionCustomizer
44156 44157 44158 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44156 def ad_group_criterion_customizer @ad_group_criterion_customizer end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
44161 44162 44163 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44161 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
44168 44169 44170 44171 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44168 def update!(**args) @ad_group_criterion_customizer = args[:ad_group_criterion_customizer] if args.key?(:ad_group_criterion_customizer) @resource_name = args[:resource_name] if args.key?(:resource_name) end |