Package-level declarations

Types

Link copied to clipboard
@Serializable
data class AirNow(val code: String, val fxLink: String? = null, val now: AirNow.Now? = null, val refer: Refer = Refer(), val station: List<AirNow.Station> = emptyList(), val updateTime: String? = null) : QWSdkResponse