OPENAPI / COMPONENTS / SCHEMAS
DeleteMessageBatchResult
DeleteMessageBatchResult<p>For each message in the batch, the response contains a <code> <a>DeleteMessageBatchResultEntry</a> </code> tag if the message is deleted or a <code> <a>BatchResultErrorEntry</a> </code> tag if the message can't be deleted.</p>
object2字段
Successfulstring必填<p>A list of <code> <a>DeleteMessageBatchResultEntry</a> </code> items.</p>
Failedstring必填<p>A list of <code> <a>BatchResultErrorEntry</a> </code> items.</p>