Show / Hide Table of Contents

Class PushTokenId

This is a JSON template for a push token ID resource.

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

Properties

ETag

The ETag of the item.

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

Ios

A push token ID for iOS devices.

Declaration
public virtual PushTokenId.IosData Ios { get; set; }
Property Value
Type Description
PushTokenId.IosData

Kind

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

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

Implements

IDirectResponseSchema
Back to top