DeleteFileSystemLustreResponse constructor

DeleteFileSystemLustreResponse({
  1. String? finalBackupId,
  2. List<Tag>? finalBackupTags,
})

Implementation

DeleteFileSystemLustreResponse({
  this.finalBackupId,
  this.finalBackupTags,
});