Skip to main content

Class WeatherReadingDTO

Assembly: MicroJson.Unit.Tests.dll
View Source
Declaration
public class WeatherReadingDTO

Properties

coord

View Source
Declaration
public Coordinates coord { get; set; }

weather

View Source
Declaration
public Weather[] weather { get; set; }

main

View Source
Declaration
public WeatherValues main { get; set; }

visibility

View Source
Declaration
public int visibility { get; set; }

wind

View Source
Declaration
public Wind wind { get; set; }

clouds

View Source
Declaration
public Clouds clouds { get; set; }

dt

View Source
Declaration
public int dt { get; set; }

sys

View Source
Declaration
public System sys { get; set; }

timezone

View Source
Declaration
public long timezone { get; set; }

id

View Source
Declaration
public int id { get; set; }

name

View Source
Declaration
public string name { get; set; }

cod

View Source
Declaration
public int cod { get; set; }