sureshanaparti commented on code in PR #8656:
URL: https://github.com/apache/cloudstack/pull/8656#discussion_r1490925059


##########
api/src/main/java/org/apache/cloudstack/api/response/UserDataResponse.java:
##########
@@ -40,6 +40,14 @@ public class UserDataResponse extends 
BaseResponseWithAnnotations {
     @SerializedName(ApiConstants.ACCOUNT) @Param(description="the owner of the 
userdata")
     private String accountName;
 
+    @SerializedName(ApiConstants.PROJECT_ID)
+    @Param(description = "the project id of the userdata")
+    private String projectId;
+
+    @SerializedName(ApiConstants.PROJECT)
+    @Param(description = "the project name of the userdata")

Review Comment:
   _since_ attribute needed for both params?



-- 
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]

Reply via email to