GoogleApi.Admin.Directory_v1.Model.UserLanguage (google_api_admin v0.37.1) View Source
JSON template for a language entry.
Attributes
-
customLanguage
(type:String.t
, default:nil
) - Other language. User can provide their own language name if there is no corresponding ISO 639 language code. If this is set,languageCode
can't be set. -
languageCode
(type:String.t
, default:nil
) - ISO 639 string representation of a language. See Language Codes for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. Illegal values causeSchemaException
. If this is set,customLanguage
can't be set. -
preference
(type:String.t
, default:nil
) - Optional. If present, controls whether the specifiedlanguageCode
is the user's preferred language. IfcustomLanguage
is set, this can't be set. Allowed values arepreferred
andnot_preferred
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.