-
Notifications
You must be signed in to change notification settings - Fork 9
AirQuality
AlienDwarf edited this page Sep 6, 2022
·
2 revisions
Air Quality Api response.
public class AirQuality
public float Latitude { get; set; }
public float Longitude { get; set; }
public float GenerationTime { get; set; }
public int UtcOffset { get; set; }
public string? Timezone { get; set; }
public string? TimezoneAbbreviation { get; set; }
public HourlyValues? Hourly { get; set; }
public Hourly_Units? Hourly_Units { get; set; }