DesPartAcknowledgeUploadOperationPayload
Payload produced when the result of a parts upload operation is marked as read.
type DesPartAcknowledgeUploadOperationPayload {
errors: [DesPartErrorPayload!]!
operation: DesPartUploadOperationPayload
}
Fields
DesPartAcknowledgeUploadOperationPayload.errors ● [DesPartErrorPayload!]! non-null object
Errors that occurred while performing the operation.
DesPartAcknowledgeUploadOperationPayload.operation ● DesPartUploadOperationPayload object
The acknowledged operation, or 'null' when the acknowledgement was refused.