class Google::Apis::TranslateV3::LanguageCodesSet

Used with equivalent term set glossaries.

Attributes

language_codes[RW]

The BCP-47 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code. Corresponds to the JSON property `languageCodes` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/translate_v3/classes.rb, line 401
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/translate_v3/classes.rb, line 406
def update!(**args)
  @language_codes = args[:language_codes] if args.key?(:language_codes)
end