Uses of Class
com.tencentcloudapi.lcic.v20220817.models.BatchRegisterResponse
-
Packages that use BatchRegisterResponse Package Description com.tencentcloudapi.lcic.v20220817 com.tencentcloudapi.lcic.v20220817.models -
-
Uses of BatchRegisterResponse in com.tencentcloudapi.lcic.v20220817
Methods in com.tencentcloudapi.lcic.v20220817 that return BatchRegisterResponse Modifier and Type Method Description BatchRegisterResponseLcicClient. BatchRegister(BatchRegisterRequest req)如果批量注册的用户已存在,则会被覆盖。一次最多注册1000个用户。默认请求频率限制:10次/秒 -
Uses of BatchRegisterResponse in com.tencentcloudapi.lcic.v20220817.models
Constructors in com.tencentcloudapi.lcic.v20220817.models with parameters of type BatchRegisterResponse Constructor Description BatchRegisterResponse(BatchRegisterResponse 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.
-