GetObjectAclOutput constructor

GetObjectAclOutput({
  1. List<Grant>? grants,
  2. Owner? owner,
  3. RequestCharged? requestCharged,
})

Implementation

GetObjectAclOutput({
  this.grants,
  this.owner,
  this.requestCharged,
});