WeatherForecastProvider Data Type

Properties
name data type description
weatherForecastProviderId number
name string
description string
infoUrl string the infoUrl

Example

{
  "weatherForecastProviderId" : 12345,
  "name" : "...",
  "description" : "...",
  "infoUrl" : "..."
}