Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestSmartCampaignAdResponse

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

Response message for SmartCampaignSuggestService.SuggestSmartCampaignAd.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_infoGoogle::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