add since parameter to BackupScheduleResponse (#11265)

This commit is contained in:
dahn 2025-07-23 13:28:45 +02:00 committed by GitHub
parent d63899fc8a
commit 6d5cefdfe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import com.google.gson.annotations.SerializedName;
@EntityReference(value = BackupSchedule.class)
public class BackupScheduleResponse extends BaseResponse {
@SerializedName(ApiConstants.ID)
@Param(description = "ID of the backup schedule.")
@Param(description = "ID of the backup schedule.", since = "4.21.0")
private String id;
@SerializedName(ApiConstants.VIRTUAL_MACHINE_NAME)