Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesKeywordSeed

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

Keyword Seed

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesKeywordSeed

Returns a new instance of GoogleAdsSearchads360V23ServicesKeywordSeed.



43251
43252
43253
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43251

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

Instance Attribute Details

#keywordsArray<String>

Requires at least one keyword and no more than 20 keywords. Corresponds to the JSON property keywords

Returns:

  • (Array<String>)


43249
43250
43251
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43249

def keywords
  @keywords
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43256
43257
43258
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43256

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