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.



56305
56306
56307
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56305

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)


56303
56304
56305
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56303

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



56310
56311
56312
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56310

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