View Source GoogleApi.Pollen.V1.Model.PlantDescription (google_api_pollen v0.3.0)

Contains general information about plants, including details on their seasonality, special shapes and colors, information about allergic cross-reactions, and plant photos.

Attributes

  • crossReaction (type: String.t, default: nil) - Textual description of pollen cross reaction plants. Example: Alder, Hazel, Hornbeam, Beech, Willow, and Oak pollen.
  • family (type: String.t, default: nil) - A human readable representation of the plant family name. Example: "Betulaceae (the Birch family)".
  • picture (type: String.t, default: nil) - Link to the picture of the plant.
  • pictureCloseup (type: String.t, default: nil) - Link to a closeup picture of the plant.
  • season (type: String.t, default: nil) - Textual list of explanations of seasons where the pollen is active. Example: "Late winter, spring".
  • specialColors (type: String.t, default: nil) - Textual description of the plants' colors of leaves, bark, flowers or seeds that helps identify the plant.
  • specialShapes (type: String.t, default: nil) - Textual description of the plants' shapes of leaves, bark, flowers or seeds that helps identify the plant.
  • type (type: String.t, default: nil) - The plant's pollen type. For example: "GRASS". A list of all available codes could be found here.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Pollen.V1.Model.PlantDescription{
  crossReaction: String.t() | nil,
  family: String.t() | nil,
  picture: String.t() | nil,
  pictureCloseup: String.t() | nil,
  season: String.t() | nil,
  specialColors: String.t() | nil,
  specialShapes: String.t() | nil,
  type: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.