rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332594577
##########
plugins/database/quota/src/main/java/org/apache/cloudstack/api/response/QuotaTariffResponse.java:
##########
@@ -28,59 +28,59 @@
public class QuotaTariffResponse extends BaseResponse {
@SerializedName("usageType")
- @Param(description = "usageType")
+ @Param(description = "Usage type")
private int usageType;
@SerializedName("usageName")
- @Param(description = "usageName")
+ @Param(description = "Usage name")
private String usageName;
@SerializedName("usageUnit")
- @Param(description = "usageUnit")
+ @Param(description = "Usage unit")
private String usageUnit;
@SerializedName("usageDiscriminator")
- @Param(description = "usageDiscriminator")
+ @Param(description = "Usage discriminator")
private String usageDiscriminator;
@SerializedName("tariffValue")
- @Param(description = "tariffValue")
+ @Param(description = "Tariff value")
private BigDecimal tariffValue;
@SerializedName("effectiveDate")
- @Param(description = "the start date of the quota tariff")
+ @Param(description = "The start date of the quota tariff")
private Date effectiveOn = null;
@SerializedName("usageTypeDescription")
- @Param(description = "usage type description")
+ @Param(description = "Usage type description")
private String usageTypeDescription;
@SerializedName("currency")
- @Param(description = "currency")
+ @Param(description = "Currency")
private String currency;
@SerializedName("endDate")
- @Param(description = "the end date of the quota tariff")
+ @Param(description = "The end date of the quota tariff")
private Date endDate;
@SerializedName("activationRule")
- @Param(description = "activation rule of the quota tariff")
+ @Param(description = "Tctivation rule of the quota tariff")
Review Comment:
'Activation'
--
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]