Describes Github connection's repo bulk request

interface GitHubConnectionReposBatchRequest {
    gitHubRepositoryUrls?: GitHubConnectionRepoModel[];
    operationType?: string;
}

Properties

gitHubRepositoryUrls?: GitHubConnectionRepoModel[]

Requested repos urls

operationType?: string

Operation type (f. e. add, remove)