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

An event update failure resource.

Attributes

  • eventId (type: String.t, default: nil) - The ID of the event that was not updated.
  • 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#eventRecordFailure.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.