Show / Hide Table of Contents

Class TurnBasedMatchRematch

This is a JSON template for a rematch response.

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

Properties

ETag

The ETag of the item.

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

Kind

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

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

PreviousMatch

The old match that the rematch was created from; will be updated such that the rematchId field will point at the new match.

Declaration
public virtual TurnBasedMatch PreviousMatch { get; set; }
Property Value
Type Description
TurnBasedMatch

Rematch

The newly created match; a rematch of the old match with the same participants.

Declaration
public virtual TurnBasedMatch Rematch { get; set; }
Property Value
Type Description
TurnBasedMatch

Implements

IDirectResponseSchema
Back to top