BulkRestoreObjectsRequest constructor

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

Implementation

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