Class EventRecordRequest
An event period update resource.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class EventRecordRequest : IDirectResponseSchema
Properties
CurrentTimeMillis
The current time when this update was sent, in milliseconds, since 1970 UTC (Unix Epoch).
Declaration
[JsonProperty("currentTimeMillis")]
public virtual long? CurrentTimeMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#eventRecordRequest
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestId
The request ID used to identify this attempt to record events.
Declaration
[JsonProperty("requestId")]
public virtual long? RequestId { get; set; }
Property Value
Type | Description |
---|---|
long? |
TimePeriods
A list of the time period updates being made in this request.
Declaration
[JsonProperty("timePeriods")]
public virtual IList<EventPeriodUpdate> TimePeriods { get; set; }
Property Value
Type | Description |
---|---|
IList<EventPeriodUpdate> |