Uses of Class
com.tencentcloudapi.pts.v20210728.models.CreateProjectResponse
-
Packages that use CreateProjectResponse Package Description com.tencentcloudapi.pts.v20210728 com.tencentcloudapi.pts.v20210728.models -
-
Uses of CreateProjectResponse in com.tencentcloudapi.pts.v20210728
Methods in com.tencentcloudapi.pts.v20210728 that return CreateProjectResponse Modifier and Type Method Description CreateProjectResponsePtsClient. CreateProject(CreateProjectRequest req)创建项目 -
Uses of CreateProjectResponse in com.tencentcloudapi.pts.v20210728.models
Constructors in com.tencentcloudapi.pts.v20210728.models with parameters of type CreateProjectResponse Constructor Description CreateProjectResponse(CreateProjectResponse 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.
-