type property

String? type
getter/setter pair

The type of the backup.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default unspecified value.
  • "INCREMENTAL" : Incremental backups.
  • "FULL" : Full backups.
  • "LONG_TERM" : Long term backups.

Implementation

core.String? type;