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.
2792 2793 2794 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2792 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
The concept group name.
Corresponds to the JSON property name
2785 2786 2787 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2785 def name @name end |
#type ⇒ String
The concept group type.
Corresponds to the JSON property type
2790 2791 2792 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2790 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2797 2798 2799 2800 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2797 def update!(**args) @name = args[:name] if args.key?(:name) @type = args[:type] if args.key?(:type) end |