Class RoomModification
This is a JSON template for room modification metadata.
Inheritance
System.Object
RoomModification
Implements
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RoomModification : 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#roomModification.
Declaration
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ModifiedTimestampMillis
The timestamp at which they modified the room, 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 room.
Declaration
public virtual string ParticipantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |