sureshanaparti commented on a change in pull request #4071: URL: https://github.com/apache/cloudstack/pull/4071#discussion_r433400535
########## File path: api/src/main/java/org/apache/cloudstack/api/response/RoleResponse.java ########## @@ -43,6 +43,10 @@ @Param(description = "the description of the role") private String roleDescription; + @SerializedName(ApiConstants.IS_DEFAULT) + @Param(description = "true if role is default, false otherwise") Review comment: default meaning this role(s) comes by default with cloudstack installation / upgrade. "default" used, in sync with similar usage at the offerings, accounts in CS. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org