Get Catalog Result
data class GetCatalogResult(val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
An Azure Sphere catalog
Constructors
Link copied to clipboard
fun GetCatalogResult(id: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)