DescribeFileSystemsResponse constructor
DescribeFileSystemsResponse({
- List<
FileSystemDescription> ? fileSystems, - String? marker,
- String? nextMarker,
Implementation
DescribeFileSystemsResponse({
this.fileSystems,
this.marker,
this.nextMarker,
});