Show / Hide Table of Contents

Class GamesNumberAffixConfiguration

A number affix resource.

Inheritance
object
GamesNumberAffixConfiguration
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GamesConfiguration.v1configuration.Data
Assembly: Google.Apis.GamesConfiguration.v1configuration.dll
Syntax
public class GamesNumberAffixConfiguration : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Few

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).

Declaration
[JsonProperty("few")]
public virtual LocalizedStringBundle Few { get; set; }
Property Value
Type Description
LocalizedStringBundle

Many

When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese).

Declaration
[JsonProperty("many")]
public virtual LocalizedStringBundle Many { get; set; }
Property Value
Type Description
LocalizedStringBundle

One

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).

Declaration
[JsonProperty("one")]
public virtual LocalizedStringBundle One { get; set; }
Property Value
Type Description
LocalizedStringBundle

Other

When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).

Declaration
[JsonProperty("other")]
public virtual LocalizedStringBundle Other { get; set; }
Property Value
Type Description
LocalizedStringBundle

Two

When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).

Declaration
[JsonProperty("two")]
public virtual LocalizedStringBundle Two { get; set; }
Property Value
Type Description
LocalizedStringBundle

Zero

When the language requires special treatment of the number 0 (as in Arabic).

Declaration
[JsonProperty("zero")]
public virtual LocalizedStringBundle Zero { get; set; }
Property Value
Type Description
LocalizedStringBundle

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX