Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUrlSeed

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

Url Seed

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesUrlSeed

Returns a new instance of GoogleAdsSearchads360V23ServicesUrlSeed.



55210
55211
55212
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55210

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

Instance Attribute Details

#urlString

The URL to crawl in order to generate keyword ideas. Corresponds to the JSON property url

Returns:

  • (String)


55208
55209
55210
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55208

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55215
55216
55217
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55215

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