Class basicEvent
- Namespace
- Sportradar.OddsFeed.SDK.Messages.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
[Serializable]
public class basicEvent
- Inheritance
-
basicEvent
- Inherited Members
-
Properties
assist
public eventPlayerAssist[] assist { get; set; }
Property Value
- eventPlayerAssist[]
away_score
public string away_score { get; set; }
Property Value
- string
goal_scorer
public eventPlayer goal_scorer { get; set; }
Property Value
- eventPlayer
home_score
public string home_score { get; set; }
Property Value
- string
id
public long id { get; set; }
Property Value
- long
match_clock
public string match_clock { get; set; }
Property Value
- string
match_status_code
public int match_status_code { get; set; }
Property Value
- int
match_status_codeSpecified
public bool match_status_codeSpecified { get; set; }
Property Value
- bool
match_time
public int match_time { get; set; }
Property Value
- int
match_timeSpecified
public bool match_timeSpecified { get; set; }
Property Value
- bool
period
public string period { get; set; }
Property Value
- string
period_name
public string period_name { get; set; }
Property Value
- string
player
public eventPlayer player { get; set; }
Property Value
- eventPlayer
points
public string points { get; set; }
Property Value
- string
stoppage_time
public string stoppage_time { get; set; }
Property Value
- string
team
public string team { get; set; }
Property Value
- string
time
public DateTime time { get; set; }
Property Value
- DateTime
type
public string type { get; set; }
Property Value
- string
value
public string value { get; set; }
Property Value
- string
x
public int x { get; set; }
Property Value
- int
xSpecified
public bool xSpecified { get; set; }
Property Value
- bool
y
public int y { get; set; }
Property Value
- int
ySpecified
public bool ySpecified { get; set; }
Property Value
- bool