Class player
- Assembly
- Sportradar.LiveData.Sdk.dll
[Serializable]
public class player : ServerData, IProtocolResponse, IProtocolBase
- Inheritance
-
player
- Implements
- Inherited Members
Properties
attributes
public attribute[] attributes { get; set; }
Property Value
extplayerid
public string extplayerid { get; set; }
Property Value
id
public int id { get; set; }
Property Value
matchroles
public matchrole[] matchroles { get; set; }
Property Value
name
public string name { get; set; }
Property Value
nickname
public string nickname { get; set; }
Property Value
order
public int order { get; set; }
Property Value
orderSpecified
public bool orderSpecified { get; set; }
Property Value
position
public string position { get; set; }
Property Value
shirtnumber
public int shirtnumber { get; set; }
Property Value
specificcontracts
public specificcontract[] specificcontracts { get; set; }
Property Value
substitute
public bool substitute { get; set; }
Property Value
substituteSpecified
public bool substituteSpecified { get; set; }
Property Value
team
public int team { get; set; }