Show / Hide Table of Contents

Class TurnBasedMatchDataRequest

This is a JSON template for sending a turn-based match data object.

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

Properties

Data

The byte representation of the data (limited to 128 kB), as a Base64-encoded string with the URL_SAFE encoding option.

Declaration
public virtual string Data { 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

Kind

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

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

Implements

IDirectResponseSchema
Back to top