Models¶
Server¶
- class aioquery.models.ServerModel¶
Holds details on server.
- protocol¶
- Type
bytes
- hostname¶
- Type
str
- map¶
- Type
str
- game_dir¶
- Type
str
- game_desc¶
- Type
str
- app_id¶
- Type
int
- players¶
- Type
int
- max_players¶
- Type
int
- bots¶
- Type
int
- dedicated¶
- Type
- password¶
- Type
str
- secure¶
- Type
bool
- version¶
- Type
str
- game_port¶
By default None
- Type
int
- steamid¶
By default None
- Type
int
- spec_port¶
By default None
- Type
int
- spec_name¶
By default None
- Type
str
- tags¶
By default None
- Type
list
- gameid¶
By default None
- Type
int