Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupResult
- 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 mutate.
Instance Attribute Summary collapse
-
#ad_group ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroup
An ad group.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupResult.
45322 45323 45324 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45322 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_group ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroup
An ad group.
Corresponds to the JSON property adGroup
45315 45316 45317 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45315 def ad_group @ad_group end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
45320 45321 45322 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45320 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
45327 45328 45329 45330 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45327 def update!(**args) @ad_group = args[:ad_group] if args.key?(:ad_group) @resource_name = args[:resource_name] if args.key?(:resource_name) end |