name property

String? name
getter/setter pair

The unique resource name of the Backup.

Format is projects/{project}/locations/{location}/backups/{backup}. The location in the name will be the Standard Managed Multi-Region (SMMR) location (e.g. us) if the backup was created with an SMMR location, or the Google Managed Multi-Region (GMMR) location (e.g. nam5) if the backup was created with a GMMR location.

Output only.

Implementation

core.String? name;