Uses of Class
com.tencentcloudapi.cloudstudio.v20230508.models.GitRepository
-
Packages that use GitRepository Package Description com.tencentcloudapi.cloudstudio.v20230508.models -
-
Uses of GitRepository in com.tencentcloudapi.cloudstudio.v20230508.models
Methods in com.tencentcloudapi.cloudstudio.v20230508.models that return GitRepository Modifier and Type Method Description GitRepository
CreateWorkspaceRequest. getRepository()
Get Git 仓库.Methods in com.tencentcloudapi.cloudstudio.v20230508.models with parameters of type GitRepository Modifier and Type Method Description void
CreateWorkspaceRequest. setRepository(GitRepository Repository)
Set Git 仓库.Constructors in com.tencentcloudapi.cloudstudio.v20230508.models with parameters of type GitRepository Constructor Description GitRepository(GitRepository 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.
-