DemandImportDataAction
An action to be performed on an import as well as its result.
type DemandImportDataAction {
action: DemandImportDataActionAction!
result: JSON
}
Fields
DemandImportDataAction.action ● DemandImportDataActionAction! non-null object
The action to be performed on an import.
DemandImportDataAction.result ● JSON scalar
The result of the action.
Member of
DemandImportData object