google_api_games v0.6.0 GoogleApi.Games.V1.Model.RoomJoinRequest View Source

This is a JSON template for a join room request.

Attributes

  • capabilities (type: list(String.t), default: nil) - The capabilities that this client supports for realtime communication.
  • clientAddress (type: GoogleApi.Games.V1.Model.RoomClientAddress.t, default: nil) - Client address for the player joining the room.
  • kind (type: String.t, default: games#roomJoinRequest) - Uniquely identifies the type of this resource. Value is always the fixed string games#roomJoinRequest.
  • networkDiagnostics (type: GoogleApi.Games.V1.Model.NetworkDiagnostics.t, default: nil) - Network diagnostics for the client joining the room.

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.Games.V1.Model.RoomJoinRequest{
  capabilities: [String.t()],
  clientAddress: GoogleApi.Games.V1.Model.RoomClientAddress.t(),
  kind: String.t(),
  networkDiagnostics: GoogleApi.Games.V1.Model.NetworkDiagnostics.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.