startTableDataImportJob
inline suspend fun HoneycodeClient.startTableDataImportJob(crossinline block: StartTableDataImportJobRequest.Builder.() -> Unit): StartTableDataImportJobResponse
The StartTableDataImportJob API allows you to start an import job on a table. This API will only return the id of the job that was started. To find out the status of the import request, you need to call the DescribeTableDataImportJob API.