Uses of Class
com.tencentcloudapi.trro.v20220325.models.DeleteProjectRequest
-
Packages that use DeleteProjectRequest Package Description com.tencentcloudapi.trro.v20220325 com.tencentcloudapi.trro.v20220325.models -
-
Uses of DeleteProjectRequest in com.tencentcloudapi.trro.v20220325
Methods in com.tencentcloudapi.trro.v20220325 with parameters of type DeleteProjectRequest Modifier and Type Method Description DeleteProjectResponseTrroClient. DeleteProject(DeleteProjectRequest req)用于删除项目 -
Uses of DeleteProjectRequest in com.tencentcloudapi.trro.v20220325.models
Constructors in com.tencentcloudapi.trro.v20220325.models with parameters of type DeleteProjectRequest Constructor Description DeleteProjectRequest(DeleteProjectRequest 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.
-