backupType property
Represents the actual backup type selected for a backup job. For example, if
a successful WindowsVSS backup was taken, BackupType
returns
"WindowsVSS". If BackupType
is empty, then the backup type that
was is a regular backup.
Implementation
final String? backupType;