Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonConceptGroup
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonConceptGroup
- 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 concept group for the keyword concept.
Instance Attribute Summary collapse
-
#name ⇒ String
The concept group name.
-
#type ⇒ String
The concept group type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonConceptGroup
constructor
A new instance of GoogleAdsSearchads360V23CommonConceptGroup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonConceptGroup
Returns a new instance of GoogleAdsSearchads360V23CommonConceptGroup.
2852 2853 2854 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2852 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
The concept group name.
Corresponds to the JSON property name
2845 2846 2847 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2845 def name @name end |
#type ⇒ String
The concept group type.
Corresponds to the JSON property type
2850 2851 2852 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2850 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2857 2858 2859 2860 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2857 def update!(**args) @name = args[:name] if args.key?(:name) @type = args[:type] if args.key?(:type) end |