Get Workspace Collection Result
data class GetWorkspaceCollectionResult(val id: String? = null, val location: String? = null, val name: String? = null, val properties: Any, val sku: AzureSkuResponse? = null, val tags: Map<String, String>? = null, val type: String? = null)
Constructors
Link copied to clipboard
fun GetWorkspaceCollectionResult(id: String? = null, location: String? = null, name: String? = null, properties: Any, sku: AzureSkuResponse? = null, tags: Map<String, String>? = null, type: String? = null)