Show / Hide Table of Contents

Class RoomAutoMatchStatus

This is a JSON template for status of room automatching that is in progress.

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

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

WaitEstimateSeconds

An estimate for the amount of time (in seconds) that auto-matching is expected to take to complete.

Declaration
public virtual Nullable<int> WaitEstimateSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
Back to top