Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 924 Bytes

LiveGameDrive.md

File metadata and controls

27 lines (23 loc) · 924 Bytes

CollegeFootballData.Model.LiveGameDrive

Properties

Name Type Description Notes
Id string
OffenseId int
Offense string
DefenseId int
Defense string
PlayCount int
Yards int
StartPeriod int
StartClock string
StartYardsToGoal int
EndPeriod int?
EndClock string
EndYardsToGoal int?
Duration string
ScoringOpportunity bool
Result string
PointsGained int
Plays List<LiveGamePlay>

[Back to Model list] [Back to API list] [Back to README]