moons-ta-client
    Preparing search index...

    Interface Tournament

    from protobuf message proto.models.Tournament

    interface Tournament {
        guid: string;
        matches: Match[];
        qualifiers: QualifierEvent[];
        server?: CoreServer;
        settings?: Tournament_TournamentSettings;
        users: User[];
    }
    Index

    Properties

    guid: string

    from protobuf field: string guid = 1;

    matches: Match[]

    from protobuf field: repeated proto.models.Match matches = 4;

    qualifiers: QualifierEvent[]

    from protobuf field: repeated proto.models.QualifierEvent qualifiers = 5;

    server?: CoreServer

    from protobuf field: proto.models.CoreServer server = 6;

    from protobuf field: proto.models.Tournament.TournamentSettings settings = 2;

    users: User[]

    from protobuf field: repeated proto.models.User users = 3;