BatchDeleteDocumentResponseFailedDocument constructor

BatchDeleteDocumentResponseFailedDocument({
  1. ErrorCode? errorCode,
  2. String? errorMessage,
  3. String? id,
})

Implementation

BatchDeleteDocumentResponseFailedDocument({
  this.errorCode,
  this.errorMessage,
  this.id,
});