ListGrantsResponse constructor
ListGrantsResponse({
- List<
GrantListEntry> ? grants, - String? nextMarker,
- bool? truncated,
Implementation
ListGrantsResponse({
this.grants,
this.nextMarker,
this.truncated,
});