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.
45042 45043 45044 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45042 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
45035 45036 45037 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45035 def ad_group_criterion @ad_group_criterion end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
45040 45041 45042 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45040 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
45047 45048 45049 45050 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45047 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 |