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.



13085
13086
13087
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13085

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

Instance Attribute Details

#sample_urlsArray<String>

Webpage sample urls Corresponds to the JSON property sampleUrls

Returns:

  • (Array<String>)


13083
13084
13085
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13083

def sample_urls
  @sample_urls
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13090
13091
13092
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13090

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