google_api_games v0.11.0 GoogleApi.Games.V1.Model.EventUpdateResponse View Source
This is a JSON template for 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:games#eventUpdateResponse
) - Uniquely identifies the type of this resource. Value is always the fixed string games#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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.