Show / Hide Table of Contents

Class GamesNumberFormatConfiguration

A number format resource.

Inheritance
object
GamesNumberFormatConfiguration
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 GamesNumberFormatConfiguration : IDirectResponseSchema

Properties

CurrencyCode

The curreny code string. Only used for CURRENCY format type.

Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

NumDecimalPlaces

The number of decimal places for number. Only used for NUMERIC format type.

Declaration
[JsonProperty("numDecimalPlaces")]
public virtual int? NumDecimalPlaces { get; set; }
Property Value
Type Description
int?

NumberFormatType

The formatting for the number.

Declaration
[JsonProperty("numberFormatType")]
public virtual string NumberFormatType { get; set; }
Property Value
Type Description
string

Suffix

An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.

Declaration
[JsonProperty("suffix")]
public virtual GamesNumberAffixConfiguration Suffix { get; set; }
Property Value
Type Description
GamesNumberAffixConfiguration

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX