ComputedLocation

@JsonClass(generateAdapter = true)
data class ComputedLocation(    val country: String?,     val zip: String?,     val dma: String?)

Constructors

Link copied to clipboard
fun ComputedLocation(    country: String?,     zip: String?,     dma: String?)

Properties

Link copied to clipboard
val country: String?
Link copied to clipboard
val dma: String?
Link copied to clipboard
val zip: String?