google_api_games v0.14.0 GoogleApi.Games.V1.Model.EventUpdateResponse View Source
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
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Games.V1.Model.EventUpdateResponse{ batchFailures: [GoogleApi.Games.V1.Model.EventBatchRecordFailure.t()], eventFailures: [GoogleApi.Games.V1.Model.EventRecordFailure.t()], kind: String.t(), playerEvents: [GoogleApi.Games.V1.Model.PlayerEvent.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.