DeleteObjectsOutput constructor

DeleteObjectsOutput({
  1. List<DeletedObject>? deleted,
  2. List<Error>? errors,
  3. RequestCharged? requestCharged,
})

Implementation

DeleteObjectsOutput({
  this.deleted,
  this.errors,
  this.requestCharged,
});