DescribeMountTargetsResponse constructor
DescribeMountTargetsResponse({
- String? marker,
- List<
MountTargetDescription> ? mountTargets, - String? nextMarker,
Implementation
DescribeMountTargetsResponse({
this.marker,
this.mountTargets,
this.nextMarker,
});