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


##########
api/src/main/java/org/apache/cloudstack/api/response/UserResponse.java:
##########
@@ -32,100 +32,100 @@
 @EntityReference(value = User.class)
 public class UserResponse extends BaseResponse implements 
SetResourceIconResponse {
     @SerializedName("id")
-    @Param(description = "the user ID")
+    @Param(description = "The user ID")
     private String id;
 
     @SerializedName("username")
-    @Param(description = "the user name")
+    @Param(description = "The user name")
     private String username;
 
     @SerializedName("firstname")
-    @Param(description = "the user firstname")
+    @Param(description = "The user firstname")
     private String firstname;
 
     @SerializedName("lastname")
-    @Param(description = "the user lastname")
+    @Param(description = "The user lastname")
     private String lastname;
 
     @SerializedName("email")
-    @Param(description = "the user email address")
+    @Param(description = "The user email address")
     private String email;
 
     @SerializedName("created")
-    @Param(description = "the date and time the user account was created")
+    @Param(description = "The date and time the user Account was created")
     private Date created;
 
     @SerializedName("state")
-    @Param(description = "the user state")
+    @Param(description = "The user state")
     private String state;
 
     @SerializedName("account")
-    @Param(description = "the account name of the user")
+    @Param(description = "The Account name of the user")
     private String accountName;
 
     @SerializedName("accounttype")
-    @Param(description = "the account type of the user")
+    @Param(description = "The Account type of the user")
     private Integer accountType;
 
     @SerializedName(ApiConstants.USER_SOURCE)
-    @Param(description = "the source type of the user in lowercase, such as 
native, ldap, saml2")
+    @Param(description = "The source type of the user in lowercase, such as 
native, ldap, saml2")
     private String userSource;
 
     @SerializedName(ApiConstants.ROLE_ID)
-    @Param(description = "the ID of the role")
+    @Param(description = "The ID of the role")
     private String roleId;
 
     @SerializedName(ApiConstants.ROLE_TYPE)
-    @Param(description = "the type of the role")
+    @Param(description = "The type of the role")
     private String roleType;
 
     @SerializedName(ApiConstants.ROLE_NAME)
-    @Param(description = "the name of the role")
+    @Param(description = "The name of the role")
     private String roleName;
 
     @SerializedName("domainid")
-    @Param(description = "the domain ID of the user")
+    @Param(description = "The domain ID of the user")
     private String domainId;
 
     @SerializedName("domain")
-    @Param(description = "the domain name of the user")
+    @Param(description = "The domain name of the user")
     private String domainName;
 
     @SerializedName("timezone")
-    @Param(description = "the timezone user was created in")
+    @Param(description = "The timezone user was created in")
     private String timezone;
 
     @SerializedName("apikey")
-    @Param(description = "the api key of the user", isSensitive = true)
+    @Param(description = "The api key of the user", isSensitive = true)

Review Comment:
   'API'



-- 
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