ListEntitiesResponse constructor

ListEntitiesResponse({
  1. List<EntitySummary>? entitySummaryList,
  2. String? nextToken,
})

Implementation

ListEntitiesResponse({
  this.entitySummaryList,
  this.nextToken,
});