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
| Name | Type | Description |
|---|---|---|
| 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> |