from protobuf message proto.models.Tournament.TournamentSettings
from protobuf field: bool allow_unauthorized_view = 11;
from protobuf field: repeated string banned_mods = 7;
from protobuf field: bool enable_pools = 4;
from protobuf field: bool enable_teams = 3;
from protobuf field: repeated string my_permissions = 13;
from protobuf field: repeated proto.models.Tournament.TournamentSettings.Pool pools = 8;
from protobuf field: repeated proto.models.Role roles = 12;
from protobuf field: int32 score_update_frequency = 6;
from protobuf field: bool show_qualifier_button = 10;
from protobuf field: bool show_tournament_button = 9;
from protobuf field: repeated proto.models.Tournament.TournamentSettings.Team teams = 5;
from protobuf field: string tournament_image = 2;
from protobuf field: string tournament_name = 1;
Generated
from protobuf message proto.models.Tournament.TournamentSettings