Show / Hide Table of Contents

Class TurnBasedMatchModification

This is a JSON template for turn-based match modification metadata.

Inheritance
System.Object
TurnBasedMatchModification
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class TurnBasedMatchModification : 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#turnBasedMatchModification.

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

ModifiedTimestampMillis

The timestamp at which they modified the match, in milliseconds since the epoch in UTC.

Declaration
public virtual Nullable<long> ModifiedTimestampMillis { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ParticipantId

The ID of the participant that modified the match.

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

Implements

IDirectResponseSchema
Back to top