DaanHoogland commented on code in PR #7082:
URL: https://github.com/apache/cloudstack/pull/7082#discussion_r1295605917
##########
api/src/main/java/org/apache/cloudstack/api/command/user/offering/ListDiskOfferingsCmd.java:
##########
@@ -84,6 +91,14 @@ public Long getVolumeId() {
public Boolean getEncrypt() { return encrypt; }
+ public String getAccountName() {
+ return accountName;
+ }
+
+ public Long getProjectId() {
+ return projectId;
+ }
+
Review Comment:
```suggestion
```
--
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]