GoogleApi.Games.V1.Model.EventBatchRecordFailure (google_api_games v0.21.0) View Source
A batch update failure resource.
Attributes
-
failureCause
(type:String.t
, default:nil
) - The cause for the update failure. -
kind
(type:String.t
, default:nil
) - Uniquely identifies the type of this resource. Value is always the fixed stringgames#eventBatchRecordFailure
. -
range
(type:GoogleApi.Games.V1.Model.EventPeriodRange.t
, default:nil
) - The time range which was rejected; empty for a request-wide failure.
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.EventBatchRecordFailure{ failureCause: String.t(), kind: String.t(), range: GoogleApi.Games.V1.Model.EventPeriodRange.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.