GrantListEntry constructor
GrantListEntry({
- GrantConstraints? constraints,
- DateTime? creationDate,
- String? grantId,
- String? granteePrincipal,
- String? issuingAccount,
- String? keyId,
- String? name,
- List<
GrantOperation> ? operations, - String? retiringPrincipal,
Implementation
GrantListEntry({
this.constraints,
this.creationDate,
this.grantId,
this.granteePrincipal,
this.issuingAccount,
this.keyId,
this.name,
this.operations,
this.retiringPrincipal,
});