ListApplicationSnapshotsResponse constructor
ListApplicationSnapshotsResponse({
- String? nextToken,
- List<
SnapshotDetails> ? snapshotSummaries,
Implementation
ListApplicationSnapshotsResponse({
this.nextToken,
this.snapshotSummaries,
});