Show / Hide Table of Contents

Class EventUpdateResponse

This is a JSON template for an event period update resource.

Inheritance
System.Object
EventUpdateResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class EventUpdateResponse : object, IDirectResponseSchema

Properties

BatchFailures

Any batch-wide failures which occurred applying updates.

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

ETag

The ETag of the item.

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

EventFailures

Any failures updating a particular event.

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

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#eventUpdateResponse.

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

PlayerEvents

The current status of any updated events

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

Implements

IDirectResponseSchema
Back to top