GetBucketAclOutput constructor

GetBucketAclOutput({
  1. List<Grant>? grants,
  2. Owner? owner,
})

Implementation

GetBucketAclOutput({
  this.grants,
  this.owner,
});