ListVolumeSnapshotsResponse constructor
ListVolumeSnapshotsResponse({
- String? nextPageToken,
- List<
String> ? unreachable, - List<
VolumeSnapshot> ? volumeSnapshots,
Implementation
ListVolumeSnapshotsResponse({
this.nextPageToken,
this.unreachable,
this.volumeSnapshots,
});