ListResourcesResponse constructor

ListResourcesResponse({
  1. String? nextToken,
  2. List<Resource>? resources,
})

Implementation

ListResourcesResponse({
  this.nextToken,
  this.resources,
});