DeleteClusterSnapshotMessage constructor

DeleteClusterSnapshotMessage({
  1. required String snapshotIdentifier,
  2. String? snapshotClusterIdentifier,
})

Implementation

DeleteClusterSnapshotMessage({
  required this.snapshotIdentifier,
  this.snapshotClusterIdentifier,
});