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