Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSiteSeed
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSiteSeed
- 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
-
#site ⇒ String
The domain name of the site.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSiteSeed
constructor
A new instance of GoogleAdsSearchads360V23ServicesSiteSeed.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSiteSeed
Returns a new instance of GoogleAdsSearchads360V23ServicesSiteSeed.
55180 55181 55182 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55180 def initialize(**args) update!(**args) end |
Instance Attribute Details
#site ⇒ String
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
55178 55179 55180 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55178 def site @site end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55185 55186 55187 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55185 def update!(**args) @site = args[:site] if args.key?(:site) end |