Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonKeywordAnnotations
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonKeywordAnnotations
- 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
The annotations for the keyword plan keywords.
Instance Attribute Summary collapse
-
#concepts ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonKeywordConcept>
The list of concepts for the keyword.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonKeywordAnnotations
constructor
A new instance of GoogleAdsSearchads360V23CommonKeywordAnnotations.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonKeywordAnnotations
Returns a new instance of GoogleAdsSearchads360V23CommonKeywordAnnotations.
5912 5913 5914 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5912 def initialize(**args) update!(**args) end |
Instance Attribute Details
#concepts ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonKeywordConcept>
The list of concepts for the keyword.
Corresponds to the JSON property concepts
5910 5911 5912 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5910 def concepts @concepts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5917 5918 5919 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5917 def update!(**args) @concepts = args[:concepts] if args.key?(:concepts) end |