View Source GoogleApi.Games.V1.Model.EventBatchRecordFailure (google_api_games v0.26.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Games.V1.Model.EventBatchRecordFailure{
  failureCause: String.t() | nil,
  kind: String.t() | nil,
  range: GoogleApi.Games.V1.Model.EventPeriodRange.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.