public class UpdateCodeRepositoryRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateCodeRepositoryRequest() | 
| UpdateCodeRepositoryRequest(UpdateCodeRepositoryRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCodeRepositoryName()Get 查询存储库名称 | 
| GitSecret | getGitSecret()Get Git凭证 | 
| void | setCodeRepositoryName(String CodeRepositoryName)Set 查询存储库名称 | 
| void | setGitSecret(GitSecret GitSecret)Set Git凭证 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateCodeRepositoryRequest()
public UpdateCodeRepositoryRequest(UpdateCodeRepositoryRequest source)
public String getCodeRepositoryName()
public void setCodeRepositoryName(String CodeRepositoryName)
CodeRepositoryName - 查询存储库名称public GitSecret getGitSecret()
public void setGitSecret(GitSecret GitSecret)
GitSecret - Git凭证Copyright © 2025. All rights reserved.