Class DayInfo
- Namespace
- GoogleMapsApi.Entities.Pollen.Response
- Assembly
- GoogleMapsApi.dll
Pollen forecast for a single day.
public sealed class DayInfo
- Inheritance
-
DayInfo
- Inherited Members
Properties
Date
The date this forecast applies to.
[JsonPropertyName("date")]
public Date? Date { get; set; }
Property Value
PlantInfo
Per-plant information (up to fifteen species).
[JsonPropertyName("plantInfo")]
public List<PlantInfo>? PlantInfo { get; set; }
Property Value
PollenTypeInfo
Per-pollen-type information (up to three: grass, tree, weed).
[JsonPropertyName("pollenTypeInfo")]
public List<PollenTypeInfo>? PollenTypeInfo { get; set; }