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

Response for the UnlinkPersona RPC

Attributes

  • unlinked (type: boolean(), default: nil) - Required. Whether a Recall token specified by the request was deleted. Can be 'false' when there were no Recall tokens satisfied the criteria from the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Games.V1.Model.UnlinkPersonaResponse{
  unlinked: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.