maxExpireTime property
The max allowed expiration time of the backup, with microseconds granularity.
A backup's expiration time can be configured in multiple APIs:
CreateBackup, UpdateBackup, CopyBackup. When updating or copying an
existing backup, the expiration time specified must be less than
Backup.max_expire_time
.
Output only.
Implementation
core.String? maxExpireTime;