Fabric Model Properties Response
data class FabricModelPropertiesResponse(val customProperties: Any, val health: String, val healthErrors: List<HealthErrorModelResponse>, val provisioningState: String, val serviceEndpoint: String, val serviceResourceId: String)
Fabric model properties.
Constructors
Link copied to clipboard
fun FabricModelPropertiesResponse(customProperties: Any, health: String, healthErrors: List<HealthErrorModelResponse>, provisioningState: String, serviceEndpoint: String, serviceResourceId: String)