View Source GoogleApi.Games.V1.Model.EventUpdateResponse (google_api_games v0.26.1)
An event period update resource.
Attributes
-
batchFailures(type:list(GoogleApi.Games.V1.Model.EventBatchRecordFailure.t), default:nil) - Any batch-wide failures which occurred applying updates. -
eventFailures(type:list(GoogleApi.Games.V1.Model.EventRecordFailure.t), default:nil) - Any failures updating a particular event. -
kind(type:String.t, default:nil) - Uniquely identifies the type of this resource. Value is always the fixed stringgames#eventUpdateResponse. -
playerEvents(type:list(GoogleApi.Games.V1.Model.PlayerEvent.t), default:nil) - The current status of any updated events
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.EventUpdateResponse{ batchFailures: [GoogleApi.Games.V1.Model.EventBatchRecordFailure.t()] | nil, eventFailures: [GoogleApi.Games.V1.Model.EventRecordFailure.t()] | nil, kind: String.t() | nil, playerEvents: [GoogleApi.Games.V1.Model.PlayerEvent.t()] | nil }