google_api_games_configuration v0.6.1 GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberAffixConfiguration View Source
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).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberAffixConfiguration{ few: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t(), many: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t(), one: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t(), other: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t(), two: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t(), zero: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.