Api Import
data class ApiImport(val contentFormat: String, val contentValue: String, val wsdlSelector: ApiImportWsdlSelector? = null)
Constructors
Link copied to clipboard
fun ApiImport(contentFormat: String, contentValue: String, wsdlSelector: ApiImportWsdlSelector? = null)