BatchDeleteClusterSnapshotsResult constructor
BatchDeleteClusterSnapshotsResult({
- List<
SnapshotErrorMessage> ? errors, - List<
String> ? resources,
Implementation
BatchDeleteClusterSnapshotsResult({
this.errors,
this.resources,
});