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.
44856 44857 44858 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44856 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
44849 44850 44851 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44849 def ad_group_criterion_customizer @ad_group_criterion_customizer end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
44854 44855 44856 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44854 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
44861 44862 44863 44864 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44861 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 |