language
locale
Voting helps other researchers find interesting modules.
This message describes the details of a single language within a locale.
String.t
nil
official
boolean()
preference
number()
speakingPercent
writingPercent
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreLocaleLanguageProto{ language: String.t() | nil, official: boolean() | nil, preference: number() | nil, speakingPercent: number() | nil, writingPercent: number() | nil }
@spec decode(struct(), keyword()) :: struct()