ListReceivedGrantsResponse constructor

ListReceivedGrantsResponse({
  1. List<Grant>? grants,
  2. String? nextToken,
})

Implementation

ListReceivedGrantsResponse({
  this.grants,
  this.nextToken,
});