ImportDataModelResultΒΆ
Field | NULL | Description | Note |
---|---|---|---|
success boolean |
|
||
messages array of objects |
Y | An array of ModelError objects | |
inconsistentDataSources object |
Y | A dynamic object to list inconsistent data sources |
Sample:
{
"success": true,
"messages": null,
"inconsistentDataSources": null
}