RegionDataPoint

@Serializable
data class RegionDataPoint(val name: String? = null, val regionCode: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, regionCode: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "name")
val name: String? = null
Link copied to clipboard
@SerialName(value = "region_code")
val regionCode: String? = null