Enum Sex
- Namespace
 - Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Enums
 
- Assembly
 - Sportradar.LiveData.Sdk.dll
 
Sex (gender) of the contestant or the whole team.
public enum Sex
  Fields
FEMALE = 2Female team or contestant.
MALE = 1Male team or contestant.
MIXED = 3Mixed team.
UNDEFINED = 0Undefined.