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 88d298f commit fd36bcbCopy full SHA for fd36bcb
api/src/main/java/org/apache/cloudstack/api/command/user/backup/ListBackupScheduleCmd.java
@@ -65,7 +65,8 @@ public class ListBackupScheduleCmd extends BaseListDomainResourcesCmd {
65
@Parameter(name = ApiConstants.ID,
66
type = CommandType.UUID,
67
entityType = BackupScheduleResponse.class,
68
- description = "the ID of the backup schedule")
+ description = "the ID of the backup schedule",
69
+ since = "4.22.0")
70
private Long id;
71
72
/////////////////////////////////////////////////////
0 commit comments