guidedMaxLobbySize property

  1. @JsonKey(name: 'guidedMaxLobbySize')
int? guidedMaxLobbySize
getter/setter pair

The maximum amount of people that can be in the waiting lobby.

Implementation

@JsonKey(name:'guidedMaxLobbySize')
int? guidedMaxLobbySize;