ListGroupResourcesOutput constructor

ListGroupResourcesOutput({
  1. String? nextToken,
  2. List<QueryError>? queryErrors,
  3. List<ResourceIdentifier>? resourceIdentifiers,
  4. List<ListGroupResourcesItem>? resources,
})

Implementation

ListGroupResourcesOutput({
  this.nextToken,
  this.queryErrors,
  this.resourceIdentifiers,
  this.resources,
});