type property

String? type
getter/setter pair

The type of this run; can be either "AUTOMATED" or "ON_DEMAND".

This field defaults to "ON_DEMAND" and is ignored, when specified for insert requests. Possible string values are:

  • "SQL_BACKUP_RUN_TYPE_UNSPECIFIED" : This is an unknown BackupRun type.
  • "AUTOMATED" : The backup schedule automatically triggers a backup.
  • "ON_DEMAND" : The user manually triggers a backup.

Implementation

core.String? type;