database property

String? database
getter/setter pair

Required for the CreateBackup operation.

Name of the database from which this backup was created. This needs to be in the same instance as the backup. Values are of the form projects//instances//databases/.

Implementation

core.String? database;