Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonKeywordAnnotations

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

The annotations for the keyword plan keywords.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#conceptsArray<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