通过


GitHubConnectionCreateResponse interface

GitHub连接创建响应模型

属性

connection

创建的 GitHub 连接

repositoryResults

每个尝试添加到连接的仓库的结果。 包含仓库网址和任何错误信息。

serviceEndpointId

用于该连接的ServiceEndpoint的ID。

属性详细信息

connection

创建的 GitHub 连接

connection: GitHubConnectionModel

属性值

repositoryResults

每个尝试添加到连接的仓库的结果。 包含仓库网址和任何错误信息。

repositoryResults: GitHubConnectionRepoModel[]

属性值

serviceEndpointId

用于该连接的ServiceEndpoint的ID。

serviceEndpointId: string

属性值

string