ListApplicationSnapshotsResponse constructor

ListApplicationSnapshotsResponse({
  1. String? nextToken,
  2. List<SnapshotDetails>? snapshotSummaries,
})

Implementation

ListApplicationSnapshotsResponse({
  this.nextToken,
  this.snapshotSummaries,
});