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