Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonWebpageSampleInfo

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

List of sample urls that match the website target

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonWebpageSampleInfo

Returns a new instance of GoogleAdsSearchads360V23CommonWebpageSampleInfo.



13151
13152
13153
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13151

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

Instance Attribute Details

#sample_urlsArray<String>

Webpage sample urls Corresponds to the JSON property sampleUrls

Returns:

  • (Array<String>)


13149
13150
13151
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13149

def sample_urls
  @sample_urls
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13156
13157
13158
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13156

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