View Source GoogleApi.Games.V1.Model.EventBatchRecordFailure (google_api_games v0.24.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.EventBatchRecordFailure{ failureCause: String.t() | nil, kind: String.t() | nil, range: GoogleApi.Games.V1.Model.EventPeriodRange.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.