type property

String? type
getter/setter pair

Indicates whether it’s an on-demand backup or scheduled.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED" : Backup was manually created.
  • "ON_DEMAND" : Backup was manually created.
  • "SCHEDULED" : Backup was automatically created.

Implementation

core.String? type;