google_api_games v0.3.0 GoogleApi.Games.V1.Model.RoomJoinRequest View Source
This is a JSON template for a join room request.
Attributes
- capabilities ([String.t]): The capabilities that this client supports for realtime communication. Defaults to:
null. - clientAddress (RoomClientAddress): Client address for the player joining the room. Defaults to:
null. - kind (String.t): Uniquely identifies the type of this resource. Value is always the fixed string games#roomJoinRequest. Defaults to:
null. - networkDiagnostics (NetworkDiagnostics): Network diagnostics for the client joining the room. Defaults to:
null.
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()
View Source
t() :: %GoogleApi.Games.V1.Model.RoomJoinRequest{
capabilities: [any()],
clientAddress: GoogleApi.Games.V1.Model.RoomClientAddress.t(),
kind: any(),
networkDiagnostics: GoogleApi.Games.V1.Model.NetworkDiagnostics.t()
}
t() :: %GoogleApi.Games.V1.Model.RoomJoinRequest{
capabilities: [any()],
clientAddress: GoogleApi.Games.V1.Model.RoomClientAddress.t(),
kind: any(),
networkDiagnostics: GoogleApi.Games.V1.Model.NetworkDiagnostics.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.