DescribeFileSystemsResponse constructor

DescribeFileSystemsResponse({
  1. List<FileSystemDescription>? fileSystems,
  2. String? marker,
  3. String? nextMarker,
})

Implementation

DescribeFileSystemsResponse({
  this.fileSystems,
  this.marker,
  this.nextMarker,
});