Show / Hide Table of Contents

Class RoomP2PStatuses

This is a JSON template for an update on the status of peers in a room.

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

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

Updates

The updates for the peers.

Declaration
public virtual IList<RoomP2PStatus> Updates { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<RoomP2PStatus>

Implements

IDirectResponseSchema
Back to top