Get Account Result
data class GetAccountResult(val id: String, val location: String, val name: String, val properties: MapsAccountPropertiesResponse, val sku: SkuResponse, val tags: Map<String, String>, val type: String)
An Azure resource which represents access to a suite of Maps REST APIs.
Constructors
Link copied to clipboard
fun GetAccountResult(id: String, location: String, name: String, properties: MapsAccountPropertiesResponse, sku: SkuResponse, tags: Map<String, String>, type: String)