GetObjectAclOutput constructor
GetObjectAclOutput({
- List<
Grant> ? grants, - Owner? owner,
- RequestCharged? requestCharged,
Implementation
GetObjectAclOutput({
this.grants,
this.owner,
this.requestCharged,
});