TrendArea

data class TrendArea(val json: JsonObject, val client: ApiClient) : PenicillinModel

Constructors

Link copied to clipboard
fun TrendArea(json: JsonObject, client: ApiClient)

Types

Link copied to clipboard
data class PlaceType(val json: JsonObject, val client: ApiClient) : PenicillinModel

Properties

Link copied to clipboard
open override val client: ApiClient

The ApiClient instance.

Link copied to clipboard
val country: String
Link copied to clipboard
val countryCode: String?
Link copied to clipboard
open override val json: JsonObject

The underlying JsonObject.

Link copied to clipboard
open val keyCase: JsonKeyCase
Link copied to clipboard
open val keyConverter: JsonKeyConverter
Link copied to clipboard
val name: String
Link copied to clipboard
val parentid: Int
Link copied to clipboard
val placeType: TrendArea.PlaceType
Link copied to clipboard
val url: String
Link copied to clipboard
val woeid: Int