Class restSportEventStatusBase
- Namespace
- Sportradar.OddsFeed.SDK.Messages.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
[Serializable]
public class restSportEventStatusBase
- Inheritance
-
restSportEventStatusBase
- Derived
-
- Inherited Members
-
Properties
clock
public clock[] clock { get; set; }
Property Value
- clock[]
decided_by_fed
public bool decided_by_fed { get; set; }
Property Value
- bool
decided_by_fedSpecified
public bool decided_by_fedSpecified { get; set; }
Property Value
- bool
match_status
public string match_status { get; set; }
Property Value
- string
period
public int period { get; set; }
Property Value
- int
periodSpecified
public bool periodSpecified { get; set; }
Property Value
- bool
period_scores
public periodScore[] period_scores { get; set; }
Property Value
- periodScore[]
results
public resultScore[] results { get; set; }
Property Value
- resultScore[]
status
public string status { get; set; }
Property Value
- string
winner_id
public string winner_id { get; set; }
Property Value
- string
winning_reason
public string winning_reason { get; set; }
Property Value
- string