moons-ta-client
    Preparing search index...

    Interface Tournament_TournamentSettings

    from protobuf message proto.models.Tournament.TournamentSettings

    interface Tournament_TournamentSettings {
        allowUnauthorizedView: boolean;
        bannedMods: string[];
        enablePools: boolean;
        enableTeams: boolean;
        myPermissions: string[];
        pools: Tournament_TournamentSettings_Pool[];
        roles: Role[];
        scoreUpdateFrequency: number;
        showQualifierButton: boolean;
        showTournamentButton: boolean;
        teams: Tournament_TournamentSettings_Team[];
        tournamentImage: string;
        tournamentName: string;
    }
    Index

    Properties

    allowUnauthorizedView: boolean

    from protobuf field: bool allow_unauthorized_view = 11;

    bannedMods: string[]

    from protobuf field: repeated string banned_mods = 7;

    enablePools: boolean

    from protobuf field: bool enable_pools = 4;

    enableTeams: boolean

    from protobuf field: bool enable_teams = 3;

    myPermissions: string[]

    from protobuf field: repeated string my_permissions = 13;

    from protobuf field: repeated proto.models.Tournament.TournamentSettings.Pool pools = 8;

    roles: Role[]

    from protobuf field: repeated proto.models.Role roles = 12;

    scoreUpdateFrequency: number

    from protobuf field: int32 score_update_frequency = 6;

    showQualifierButton: boolean

    from protobuf field: bool show_qualifier_button = 10;

    showTournamentButton: boolean

    from protobuf field: bool show_tournament_button = 9;

    from protobuf field: repeated proto.models.Tournament.TournamentSettings.Team teams = 5;

    tournamentImage: string

    from protobuf field: string tournament_image = 2;

    tournamentName: string

    from protobuf field: string tournament_name = 1;