Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSiteSeed

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

Site Seed

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSiteSeed

Returns a new instance of GoogleAdsSearchads360V23ServicesSiteSeed.



55096
55097
55098
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55096

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

Instance Attribute Details

#siteString

The domain name of the site. If the customer requesting the ideas doesn't own the site provided only public information is returned. Corresponds to the JSON property site

Returns:

  • (String)


55094
55095
55096
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55094

def site
  @site
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55101
55102
55103
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55101

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