Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestSmartCampaignAdResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestSmartCampaignAdResponse
- 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
Response message for SmartCampaignSuggestService.SuggestSmartCampaignAd.
Instance Attribute Summary collapse
-
#ad_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonSmartCampaignAdInfo
A Smart campaign ad.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestSmartCampaignAdResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesSuggestSmartCampaignAdResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestSmartCampaignAdResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesSuggestSmartCampaignAdResponse.
55581 55582 55583 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55581 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonSmartCampaignAdInfo
A Smart campaign ad.
Corresponds to the JSON property adInfo
55579 55580 55581 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55579 def ad_info @ad_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55586 55587 55588 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55586 def update!(**args) @ad_info = args[:ad_info] if args.key?(:ad_info) end |