Fhir Service Import Configuration Response
data class FhirServiceImportConfigurationResponse(val enabled: Boolean? = null, val initialImportMode: Boolean? = null, val integrationDataStore: String? = null)
Import operation configuration information
Constructors
Link copied to clipboard
fun FhirServiceImportConfigurationResponse(enabled: Boolean? = null, initialImportMode: Boolean? = null, integrationDataStore: String? = null)