Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.03 KB

GameWeather.md

File metadata and controls

31 lines (27 loc) · 1.03 KB

CollegeFootballData.Model.GameWeather

Properties

Name Type Description Notes
Id int
Season int
Week int
SeasonType SeasonType
StartTime DateTime
GameIndoors bool
HomeTeam string
HomeConference string
AwayTeam string
AwayConference string
VenueId int
Venue string
Temperature double?
DewPoint double?
Humidity double?
Precipitation double?
Snowfall double?
WindDirection double?
WindSpeed double?
Pressure double?
WeatherConditionCode double?
WeatherCondition string

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