google_api_game_services v0.2.0 GoogleApi.GameServices.V1beta.Model.OperationStatus View Source

Attributes

  • done (type: boolean(), default: nil) - Output only. Whether the operation is done or still in progress.
  • errorCode (type: String.t, default: nil) - The error code in case of failures.
  • errorMessage (type: String.t, default: nil) - The human-readable error message.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.GameServices.V1beta.Model.OperationStatus{
  done: boolean(),
  errorCode: String.t(),
  errorMessage: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.