DescribeFileSystemsResponse constructor

DescribeFileSystemsResponse({
  1. List<FileSystem>? fileSystems,
  2. String? nextToken,
})

Implementation

DescribeFileSystemsResponse({
  this.fileSystems,
  this.nextToken,
});