type property
The plant's pollen type.
For example: "GRASS". A list of all available codes could be found here. Possible string values are:
- "POLLEN_TYPE_UNSPECIFIED" : Unspecified plant type.
- "GRASS" : Grass pollen type.
- "TREE" : Tree pollen type.
- "WEED" : Weed pollen type.
Implementation
core.String? type;