vishesh92 commented on code in PR #13148:
URL: https://github.com/apache/cloudstack/pull/13148#discussion_r3264524294
##########
api/src/main/java/org/apache/cloudstack/api/response/VMScheduleResponse.java:
##########
@@ -69,6 +69,20 @@ public class VMScheduleResponse extends BaseResponse {
@Param(description = "Date when the schedule was created")
private Date created;
+ public VMScheduleResponse(ResourceScheduleResponse scheduleResponse) {
+ super("vmschedule");
Review Comment:
I didn't add a constant since this is part of Deprecated classes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]