Wasm Directoryalpha
Record

custom-object-bulk-job-response

No description available.

record custom-object-bulk-job-response {
  created-by-id: option​<string>,
  created-date: option​<string>,
  id: option​<string>,
  updated-by-id: option​<string>,
  updated-date: option​<string>,
  error: option​<custom-object-bulk-job-response-error>,
  namespace: option​<custom-object-bulk-job-response-namespace-enum>,
  object: option​<string>,
  operation: option​<custom-object-bulk-job-response-operation-enum>,
  processing-time: option​<s32>,
  records-processed: option​<s32>,
  status: option​<custom-object-bulk-job-response-status-enum>,
}

Fields

NameTypeDescription
created-by-idoption​<string>
created-dateoption​<string>
idoption​<string>
updated-by-idoption​<string>
updated-dateoption​<string>
erroroption​<custom-object-bulk-job-response-error>
namespaceoption​<custom-object-bulk-job-response-namespace-enum>
objectoption​<string>
operationoption​<custom-object-bulk-job-response-operation-enum>
processing-timeoption​<s32>
records-processedoption​<s32>
statusoption​<custom-object-bulk-job-response-status-enum>