Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonLanguageInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonLanguageInfo
- 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
-
#language_constant ⇒ String
The language constant resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonLanguageInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonLanguageInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_constant ⇒ String
The language constant resource name.
Corresponds to the JSON property languageConstant
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 |