We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63899f commit 6d5cefdCopy full SHA for 6d5cefd
api/src/main/java/org/apache/cloudstack/api/response/BackupScheduleResponse.java
@@ -29,7 +29,7 @@
29
@EntityReference(value = BackupSchedule.class)
30
public class BackupScheduleResponse extends BaseResponse {
31
@SerializedName(ApiConstants.ID)
32
- @Param(description = "ID of the backup schedule.")
+ @Param(description = "ID of the backup schedule.", since = "4.21.0")
33
private String id;
34
35
@SerializedName(ApiConstants.VIRTUAL_MACHINE_NAME)
0 commit comments