Class EventUpdateResponse
An event period update resource.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class EventUpdateResponse : IDirectResponseSchema
Properties
BatchFailures
Any batch-wide failures which occurred applying updates.
Declaration
[JsonProperty("batchFailures")]
public virtual IList<EventBatchRecordFailure> BatchFailures { get; set; }
Property Value
Type | Description |
---|---|
IList<EventBatchRecordFailure> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventFailures
Any failures updating a particular event.
Declaration
[JsonProperty("eventFailures")]
public virtual IList<EventRecordFailure> EventFailures { get; set; }
Property Value
Type | Description |
---|---|
IList<EventRecordFailure> |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#eventUpdateResponse
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
PlayerEvents
The current status of any updated events
Declaration
[JsonProperty("playerEvents")]
public virtual IList<PlayerEvent> PlayerEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<PlayerEvent> |