GitHubConnectionCreateResponse interface
GitHub连接创建响应模型
属性
| connection | 创建的 GitHub 连接 |
| repository |
每个尝试添加到连接的仓库的结果。 包含仓库网址和任何错误信息。 |
| service |
用于该连接的ServiceEndpoint的ID。 |
属性详细信息
connection
repositoryResults
每个尝试添加到连接的仓库的结果。 包含仓库网址和任何错误信息。
repositoryResults: GitHubConnectionRepoModel[]
属性值
serviceEndpointId
用于该连接的ServiceEndpoint的ID。
serviceEndpointId: string
属性值
string