Workspace Repository Configuration Response
data class WorkspaceRepositoryConfigurationResponse(val accountName: String? = null, val collaborationBranch: String? = null, val hostName: String? = null, val lastCommitId: String? = null, val projectName: String? = null, val repositoryName: String? = null, val rootFolder: String? = null, val tenantId: String? = null, val type: String? = null)
Git integration settings
Constructors
Link copied to clipboard
fun WorkspaceRepositoryConfigurationResponse(accountName: String? = null, collaborationBranch: String? = null, hostName: String? = null, lastCommitId: String? = null, projectName: String? = null, repositoryName: String? = null, rootFolder: String? = null, tenantId: String? = null, type: String? = null)