Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonLanguageInfo

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

A language criterion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonLanguageInfo

Returns a new instance of GoogleAdsSearchads360V23CommonLanguageInfo.



6160
6161
6162
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6160

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

Instance Attribute Details

#language_constantString

The language constant resource name. Corresponds to the JSON property languageConstant

Returns:

  • (String)


6158
6159
6160
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6158

def language_constant
  @language_constant
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6165
6166
6167
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6165

def update!(**args)
  @language_constant = args[:language_constant] if args.key?(:language_constant)
end