rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332302476


##########
api/src/main/java/org/apache/cloudstack/api/response/ResourceLimitResponse.java:
##########
@@ -29,39 +29,39 @@
 @SuppressWarnings("unused")
 public class ResourceLimitResponse extends BaseResponse implements 
ControlledEntityResponse {
     @SerializedName(ApiConstants.ACCOUNT)
-    @Param(description = "the account of the resource limit")
+    @Param(description = "The Account of the resource limit")
     private String accountName;
 
     @SerializedName(ApiConstants.DOMAIN_ID)
-    @Param(description = "the domain ID of the resource limit")
+    @Param(description = "The domain ID of the resource limit")
     private String domainId;
 
     @SerializedName(ApiConstants.DOMAIN)
-    @Param(description = "the domain name of the resource limit")
+    @Param(description = "The domain name of the resource limit")
     private String domainName;
 
     @SerializedName(ApiConstants.DOMAIN_PATH)
     @Param(description = "path of the domain to which the resource limit 
belongs", since = "4.19.2.0")
     private String domainPath;
 
     @SerializedName(ApiConstants.RESOURCE_TYPE)
-    @Param(description = "resource type. Values include 0, 1, 2, 3, 4, 6, 7, 
8, 9, 10, 11. See the resourceType parameter for more information on these 
values.")
+    @Param(description = "Resource type. Values include 0, 1, 2, 3, 4, 6, 7, 
8, 9, 10, 11. See the resourceType parameter for more information on these 
values.")
     private String resourceType;
 
     @SerializedName(ApiConstants.RESOURCE_TYPE_NAME)
-    @Param(description = "resource type name. Values include user_vm, 
public_ip, volume, snapshot, template, project, network, vpc, cpu, memory, 
primary_storage, secondary_storage.")
+    @Param(description = "Resource type name. Values include user_vm, 
public_ip, volume, Snapshot, Template, project, Network, VPC, CPU, memory, 
primary_storage, secondary_storage.")
     private String resourceTypeName;
 
     @SerializedName("max")
-    @Param(description = "the maximum number of the resource. A -1 means the 
resource currently has no limit.")
+    @Param(description = "The maximum number of the resource. A -1 means the 
resource currently has no limit.")
     private Long max;
 
     @SerializedName(ApiConstants.PROJECT_ID)
-    @Param(description = "the project id of the resource limit")
+    @Param(description = "The project id of the resource limit")

Review Comment:
   'ID'



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to