View Source GoogleApi.Games.V1.Model.UnlinkPersonaResponse (google_api_games v0.25.0)
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
@type t() :: %GoogleApi.Games.V1.Model.UnlinkPersonaResponse{ unlinked: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.