DescribeSnapshotsListMessage constructor

DescribeSnapshotsListMessage({
  1. String? marker,
  2. List<Snapshot>? snapshots,
})

Implementation

DescribeSnapshotsListMessage({
  this.marker,
  this.snapshots,
});