Uses of Class
com.tencentcloudapi.rum.v20210622.models.CreateProjectRequest
-
Packages that use CreateProjectRequest Package Description com.tencentcloudapi.rum.v20210622 com.tencentcloudapi.rum.v20210622.models -
-
Uses of CreateProjectRequest in com.tencentcloudapi.rum.v20210622
Methods in com.tencentcloudapi.rum.v20210622 with parameters of type CreateProjectRequest Modifier and Type Method Description CreateProjectResponse
RumClient. CreateProject(CreateProjectRequest req)
创建 RUM 应用(归属于某个团队) -
Uses of CreateProjectRequest in com.tencentcloudapi.rum.v20210622.models
Constructors in com.tencentcloudapi.rum.v20210622.models with parameters of type CreateProjectRequest Constructor Description CreateProjectRequest(CreateProjectRequest 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.
-