Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonConceptGroup

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 concept group for the keyword concept.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameString

The concept group name. Corresponds to the JSON property name

Returns:

  • (String)


2845
2846
2847
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2845

def name
  @name
end

#typeString

The concept group type. Corresponds to the JSON property type

Returns:

  • (String)


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