DeleteFileSystemWindowsResponse constructor

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

Implementation

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