Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionResult

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_criterionGoogle::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_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


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