GitLabRepositoryIdResponse

data class GitLabRepositoryIdResponse(val webhookId: Int)

GitLabRepositoryId identifies a specific repository hosted on GitLab.com or GitLabEnterprise

Constructors

Link copied to clipboard
constructor(webhookId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the webhook that was created for receiving events from this repo. We only create and manage a single webhook for each repo.