Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdResult
- 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 mutate.
Instance Attribute Summary collapse
-
#ad ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAd
An ad.
-
#resource_name ⇒ String
The resource name returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateAdResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAdResult.
45522 45523 45524 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45522 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAd
An ad.
Corresponds to the JSON property ad
45515 45516 45517 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45515 def ad @ad end |
#resource_name ⇒ String
The resource name returned for successful operations.
Corresponds to the JSON property resourceName
45520 45521 45522 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45520 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
45527 45528 45529 45530 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45527 def update!(**args) @ad = args[:ad] if args.key?(:ad) @resource_name = args[:resource_name] if args.key?(:resource_name) end |