Uses of Class
com.tencentcloudapi.tcb.v20180608.models.DescribeSmsQuotasRequest
-
Packages that use DescribeSmsQuotasRequest Package Description com.tencentcloudapi.tcb.v20180608 com.tencentcloudapi.tcb.v20180608.models -
-
Uses of DescribeSmsQuotasRequest in com.tencentcloudapi.tcb.v20180608
Methods in com.tencentcloudapi.tcb.v20180608 with parameters of type DescribeSmsQuotasRequest Modifier and Type Method Description DescribeSmsQuotasResponseTcbClient. DescribeSmsQuotas(DescribeSmsQuotasRequest req)查询后付费短信资源量 1 有免费包的返回SmsFreeQuota结构所有字段 2 没有免费包,有付费包,付费返回复用SmsFreeQuota结构,其中只有 TodayUsedQuota 字段有效 3 都没有返回为空数组 -
Uses of DescribeSmsQuotasRequest in com.tencentcloudapi.tcb.v20180608.models
Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type DescribeSmsQuotasRequest Constructor Description DescribeSmsQuotasRequest(DescribeSmsQuotasRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-