Class BatchRecordEventsResponse
A successful response indicates that the batch of events has been processed.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class BatchRecordEventsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailedRequests
Map of failed events, keyed by their zero-based index in BatchRecordEventsRequest.events. Omitted keys
indicate successful recording.
Declaration
[JsonProperty("failedRequests")]
public virtual IDictionary<string, Status> FailedRequests { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, Status> |