Uses of Class
com.tencentcloudapi.rum.v20210622.models.DeleteProjectResponse
-
Packages that use DeleteProjectResponse Package Description com.tencentcloudapi.rum.v20210622 com.tencentcloudapi.rum.v20210622.models -
-
Uses of DeleteProjectResponse in com.tencentcloudapi.rum.v20210622
Methods in com.tencentcloudapi.rum.v20210622 that return DeleteProjectResponse Modifier and Type Method Description DeleteProjectResponseRumClient. DeleteProject(DeleteProjectRequest req)删除给定的 rum 的项目 -
Uses of DeleteProjectResponse in com.tencentcloudapi.rum.v20210622.models
Constructors in com.tencentcloudapi.rum.v20210622.models with parameters of type DeleteProjectResponse Constructor Description DeleteProjectResponse(DeleteProjectResponse 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.
-