Get Backup Plan Result
data class GetBackupPlanResult(val backupPlanId: String, val backupRules: List<GetBackupPlanBackupRule>, val backupVault: String, val backupVaultServiceAccount: String, val createTime: String, val description: String, val id: String, val location: String, val name: String, val project: String? = null, val resourceType: String, val updateTime: String)
A collection of values returned by getBackupPlan.