ListGrantsResponse constructor

ListGrantsResponse({
  1. List<GrantListEntry>? grants,
  2. String? nextMarker,
  3. bool? truncated,
})

Implementation

ListGrantsResponse({
  this.grants,
  this.nextMarker,
  this.truncated,
});