sureshanaparti commented on code in PR #10381:
URL: https://github.com/apache/cloudstack/pull/10381#discussion_r2075188261
##########
api/src/main/java/org/apache/cloudstack/api/response/StoragePoolResponse.java:
##########
@@ -109,6 +109,10 @@ public class StoragePoolResponse extends
BaseResponseWithAnnotations {
@Param(description = "the tags for the storage pool")
private String tags;
+ @SerializedName(ApiConstants.STORAGE_ACCESS_GROUPS)
+ @Param(description = "the storage access groups for the storage pool")
Review Comment:
```suggestion
@Param(description = "the storage access groups for the storage pool",
since = "4.21.0")
```
--
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]