backupSchedules property
List of backup schedule URIs that are associated with creating this backup.
This is only applicable for scheduled backups, and is empty for on-demand backups. To optimize for storage, whenever possible, multiple schedules are collapsed together to create one backup. In such cases, this field captures the list of all backup schedule URIs that are associated with creating this backup. If collapsing is not done, then this field captures the single backup schedule URI associated with creating this backup.
Output only.
Implementation
core.List<core.String>? backupSchedules;