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.



2792
2793
2794
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2792

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nameString

The concept group name. Corresponds to the JSON property name

Returns:

  • (String)


2785
2786
2787
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2785

def name
  @name
end

#typeString

The concept group type. Corresponds to the JSON property type

Returns:

  • (String)


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