sourceType property

String? sourceType
getter/setter pair

The type of the restore source. Possible string values are:

  • "RESTORE_SOURCE_TYPE_UNSPECIFIED" : No restore associated.
  • "BACKUP" : A backup was used as the source of the restore.

Implementation

core.String? sourceType;