backupKind property
Specifies the kind of backup, PHYSICAL or DEFAULT_SNAPSHOT. Possible string values are:
- "SQL_BACKUP_KIND_UNSPECIFIED" : This is an unknown BackupKind.
- "SNAPSHOT" : The snapshot based backups
- "PHYSICAL" : Physical backups
Implementation
core.String? backupKind;