ExtendedLocationResponse

data class ExtendedLocationResponse(val name: String? = null, val type: String? = null)

Resource extended location.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The extended location name.

Link copied to clipboard
val type: String? = null

The extended location type.