DaanHoogland commented on code in PR #7082:
URL: https://github.com/apache/cloudstack/pull/7082#discussion_r1295606344
##########
api/src/main/java/org/apache/cloudstack/api/command/user/offering/ListServiceOfferingsCmd.java:
##########
@@ -82,6 +84,12 @@ public class ListServiceOfferingsCmd extends
BaseListDomainResourcesCmd {
since = "4.15")
private Integer cpuSpeed;
+ @Parameter(name = ApiConstants.ACCOUNT, type = CommandType.STRING,
description = "list resources by account.")
+ private String accountName;
+
+ @Parameter(name = ApiConstants.PROJECT_ID, type = CommandType.UUID,
entityType = ProjectResponse.class, description = "list objects by project.")
+ private Long 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]