Git Lab Config Response
data class GitLabConfigResponse(val connectedRepositories: List<GitLabRepositoryIdResponse>, val createTime: String, val enterpriseConfig: GitLabEnterpriseConfigResponse, val name: String, val secrets: GitLabSecretsResponse, val username: String, val webhookKey: String)
GitLabConfig represents the configuration for a GitLab integration.
Constructors
Link copied to clipboard
fun GitLabConfigResponse(connectedRepositories: List<GitLabRepositoryIdResponse>, createTime: String, enterpriseConfig: GitLabEnterpriseConfigResponse, name: String, secrets: GitLabSecretsResponse, username: String, webhookKey: String)