Show / Hide Table of Contents

Class PushToken

This is a JSON template for a push token resource.

Inheritance
System.Object
PushToken
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class PushToken : object, IDirectResponseSchema

Properties

ClientRevision

The revision of the client SDK used by your application, in the same format that's used by revisions.check. Used to send backward compatible messages. Format: [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of PLATFORM_TYPE are: - IOS - Push token is for iOS

Declaration
public virtual string ClientRevision { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Id

Unique identifier for this push token.

Declaration
public virtual PushTokenId Id { get; set; }
Property Value
Type Description
PushTokenId

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#pushToken.

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Language

The preferred language for notifications that are sent using this token.

Declaration
public virtual string Language { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top