harikrishna-patnala commented on code in PR #13148:
URL: https://github.com/apache/cloudstack/pull/13148#discussion_r3246029117
##########
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:
Use some defined constants for each resource type and use it everywhere.
--
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]