Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionResult
- 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 criterion mutate.
Instance Attribute Summary collapse
-
#ad_group_criterion ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupCriterion
An ad group criterion.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionResult.
44349 44350 44351 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44349 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_group_criterion ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupCriterion
An ad group criterion. The ad_group_criterion report only returns criteria
that were explicitly added to the ad group.
Corresponds to the JSON property adGroupCriterion
44342 44343 44344 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44342 def ad_group_criterion @ad_group_criterion end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
44347 44348 44349 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44347 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
44354 44355 44356 44357 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44354 def update!(**args) @ad_group_criterion = args[:ad_group_criterion] if args.key?(:ad_group_criterion) @resource_name = args[:resource_name] if args.key?(:resource_name) end |