BulkRestoreObjectsRequest constructor

BulkRestoreObjectsRequest({
  1. bool? allowOverwrite,
  2. bool? copySourceAcl,
  3. List<String>? matchGlobs,
  4. DateTime? softDeletedAfterTime,
  5. DateTime? softDeletedBeforeTime,
})

Implementation

BulkRestoreObjectsRequest({
  this.allowOverwrite,
  this.copySourceAcl,
  this.matchGlobs,
  this.softDeletedAfterTime,
  this.softDeletedBeforeTime,
});