View Source GoogleApi.Games.V1.Model.GetMultipleApplicationPlayerIdsResponse (google_api_games v0.25.0)
Response message for GetMultipleApplicationPlayerIds rpc.
Attributes
-
playerIds
(type:list(GoogleApi.Games.V1.Model.ApplicationPlayerId.t)
, default:nil
) - Output only. The requested applications along with the scoped ids for tha player, if that player has an id for the application. If not, the application is not included in the response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.GetMultipleApplicationPlayerIdsResponse{ playerIds: [GoogleApi.Games.V1.Model.ApplicationPlayerId.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.