google_api_games v0.16.0 GoogleApi.Games.V1.Model.EventBatchRecordFailure 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 string games#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

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.