Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 757 Bytes

Venue.md

File metadata and controls

23 lines (19 loc) · 757 Bytes

CollegeFootballData.Model.Venue

Properties

Name Type Description Notes
Id int?
Name string
City string
State string
Zip string
CountryCode string
Timezone string
Latitude double?
Longitude double?
Elevation string
Capacity int?
ConstructionYear int?
Grass bool? [optional]
Dome bool? [optional]

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