Bitbucket Server Repository Id Response
data class BitbucketServerRepositoryIdResponse(val projectKey: String, val repoSlug: String, val webhookId: Int)
BitbucketServerRepositoryId identifies a specific repository hosted on a Bitbucket Server.