Chỉnh sửa

Chia sẻ qua


GitHubConnectionCreateResponse interface

Response model for GitHub connection creation

Properties

connection

The created GitHub connection

repositoryResults

Results for each repository that was attempted to be added to the connection. Includes repository URL and any error messages.

serviceEndpointId

The ID of the ServiceEndpoint that was used for this connection

Property Details

connection

The created GitHub connection

connection: GitHubConnectionModel

Property Value

repositoryResults

Results for each repository that was attempted to be added to the connection. Includes repository URL and any error messages.

repositoryResults: GitHubConnectionRepoModel[]

Property Value

serviceEndpointId

The ID of the ServiceEndpoint that was used for this connection

serviceEndpointId: string

Property Value

string