DaanHoogland commented on code in PR #7082:
URL: https://github.com/apache/cloudstack/pull/7082#discussion_r1295606625
##########
api/src/main/java/org/apache/cloudstack/api/command/user/offering/ListServiceOfferingsCmd.java:
##########
@@ -130,6 +138,14 @@ public Integer getCpuSpeed() {
public Boolean getEncryptRoot() { return encryptRoot; }
+ 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]