guidedMinLobbySize property

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

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

Implementation

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