from protobuf message proto.models.Tournament
from protobuf field: string guid = 1;
from protobuf field: repeated proto.models.Match matches = 4;
from protobuf field: repeated proto.models.QualifierEvent qualifiers = 5;
Optional
from protobuf field: proto.models.CoreServer server = 6;
from protobuf field: proto.models.Tournament.TournamentSettings settings = 2;
from protobuf field: repeated proto.models.User users = 3;
Generated
from protobuf message proto.models.Tournament