object DataExportModule
Fields
| Field | Type | Description |
|---|---|---|
name | String | Module name. |
tables | [DataExportTable] | Module's exported table list. |
Referenced By
- DataExportRun Type
Example
{
"name": "orders",
"tables": [DataExportTable]
}| Field | Type | Description |
|---|---|---|
name | String | Module name. |
tables | [DataExportTable] | Module's exported table list. |
{
"name": "orders",
"tables": [DataExportTable]
}