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.
5972 5973 5974 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5972 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
5970 5971 5972 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5970 def concepts @concepts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5977 5978 5979 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5977 def update!(**args) @concepts = args[:concepts] if args.key?(:concepts) end |