ListVolumeSnapshotsResponse constructor

ListVolumeSnapshotsResponse({
  1. String? nextPageToken,
  2. List<String>? unreachable,
  3. List<VolumeSnapshot>? volumeSnapshots,
})

Implementation

ListVolumeSnapshotsResponse({
  this.nextPageToken,
  this.unreachable,
  this.volumeSnapshots,
});