Package-level declarations

Types

Link copied to clipboard
@ApiStatus.Experimental
@Serializable
data class AirBetaStationBean(val code: String, val pollutant: List<AirBetaStationBean.Pollutant> = emptyList(), val source: List<String> = emptyList(), val updateTime: String? = null) : QWSdkResponse