Class HistoryResponse
- Namespace
- GoogleMapsApi.Entities.AirQuality.Response
- Assembly
- GoogleMapsApi.dll
Response from the Air Quality API history:lookup endpoint.
public sealed class HistoryResponse : IResponseFor<HistoryRequest>
- Inheritance
-
HistoryResponse
- Implements
- Inherited Members
Properties
HoursInfo
The past hours requested, one entry per hour.
[JsonPropertyName("hoursInfo")]
public List<HourlyForecast>? HoursInfo { get; set; }
Property Value
NextPageToken
Token to pass as PageToken on a follow-up request to fetch the next page, if any.
[JsonPropertyName("nextPageToken")]
public string? NextPageToken { get; set; }
Property Value
RegionCode
Region code (ISO 3166-1 alpha-2) of the location.
[JsonPropertyName("regionCode")]
public string? RegionCode { get; set; }