Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLanguageInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_constantString

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

Returns:

  • (String)


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