Get Fabric Result
data class GetFabricResult(val id: String, val location: String, val name: String, val properties: FabricModelPropertiesResponse, val systemData: FabricModelResponseSystemData, val tags: Map<String, String>? = null, val type: String)
Fabric model.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: FabricModelPropertiesResponse, systemData: FabricModelResponseSystemData, tags: Map<String, String>? = null, type: String)