Deid Service Properties Response
data class DeidServicePropertiesResponse(val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val serviceUrl: String)
Details of the HealthDataAIServices DeidService.
Constructors
Link copied to clipboard
constructor(privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, serviceUrl: String)