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.



54655
54656
54657
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54655

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ad_infoGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonSmartCampaignAdInfo

A Smart campaign ad. Corresponds to the JSON property adInfo



54653
54654
54655
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54653

def ad_info
  @ad_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



54660
54661
54662
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54660

def update!(**args)
  @ad_info = args[:ad_info] if args.key?(:ad_info)
end