View Source GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberAffixConfiguration (google_api_games_configuration v0.12.0)
A number affix resource.
Attributes
-
few(type:GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t, default:nil) - When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). -
many(type:GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t, default:nil) - When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). -
one(type:GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t, default:nil) - When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). -
other(type:GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t, default:nil) - When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). -
two(type:GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t, default:nil) - When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). -
zero(type:GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t, default:nil) - When the language requires special treatment of the number 0 (as in Arabic).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberAffixConfiguration{ few: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t() | nil, many: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t() | nil, one: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t() | nil, other: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t() | nil, two: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t() | nil, zero: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.