ServerSource
data class ServerSource(var url: String? = null, var repositoryId: String? = null, var branchName: String? = null, var requestTimeoutSeconds: Int = DEFAULT_REQUEST_TIMEOUT_SECONDS, var revision: String? = null, var baseRevision: String? = null) : ServerEndpoint