ListRootsResponse constructor

ListRootsResponse({
  1. String? nextToken,
  2. List<Root>? roots,
})

Implementation

ListRootsResponse({
  this.nextToken,
  this.roots,
});