Table of Contents

Class playerExtended

Namespace
Sportradar.OddsFeed.SDK.Messages.Rest
Assembly
Sportradar.OddsFeed.SDK.dll
[Serializable]
public class playerExtended : player
Inheritance
playerExtended
Inherited Members

Properties

country_code

public string country_code { get; set; }

Property Value

string

date_of_birth

public string date_of_birth { get; set; }

Property Value

string

full_name

public string full_name { get; set; }

Property Value

string

gender

public string gender { get; set; }

Property Value

string

height

public int height { get; set; }

Property Value

int

heightSpecified

public bool heightSpecified { get; set; }

Property Value

bool

jersey_number

public int jersey_number { get; set; }

Property Value

int

jersey_numberSpecified

public bool jersey_numberSpecified { get; set; }

Property Value

bool

nationality

public string nationality { get; set; }

Property Value

string

nickname

public string nickname { get; set; }

Property Value

string

type

public string type { get; set; }

Property Value

string

weight

public int weight { get; set; }

Property Value

int

weightSpecified

public bool weightSpecified { get; set; }

Property Value

bool