LocationResponse

data class LocationResponse(val name: String? = null, val role: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val role: String? = null

Whether the location is primary or failover