Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLanguageInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLanguageInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb
Overview
A language criterion.
Instance Attribute Summary collapse
-
#language_constant ⇒ String
The language constant resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0CommonLanguageInfo
constructor
A new instance of GoogleAdsSearchads360V0CommonLanguageInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0CommonLanguageInfo
Returns a new instance of GoogleAdsSearchads360V0CommonLanguageInfo.
456 457 458 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 456 def initialize(**args) update!(**args) end |
Instance Attribute Details
#language_constant ⇒ String
The language constant resource name.
Corresponds to the JSON property languageConstant
454 455 456 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 454 def language_constant @language_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
461 462 463 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 461 def update!(**args) @language_constant = args[:language_constant] if args.key?(:language_constant) end |