Get Dicom Service Result
data class GetDicomServiceResult(val authentications: List<GetDicomServiceAuthentication>, val id: String, val identities: List<GetDicomServiceIdentity>, val location: String, val name: String, val privateEndpoints: List<GetDicomServicePrivateEndpoint>, val serviceUrl: String, val tags: Map<String, String>, val workspaceId: String)
A collection of values returned by getDicomService.
Constructors
Link copied to clipboard
constructor(authentications: List<GetDicomServiceAuthentication>, id: String, identities: List<GetDicomServiceIdentity>, location: String, name: String, privateEndpoints: List<GetDicomServicePrivateEndpoint>, serviceUrl: String, tags: Map<String, String>, workspaceId: String)