Factory VSTSConfiguration Response
data class FactoryVSTSConfigurationResponse(val accountName: String, val collaborationBranch: String, val disablePublish: Boolean? = null, val lastCommitId: String? = null, val projectName: String, val repositoryName: String, val rootFolder: String, val tenantId: String? = null, val type: String)
Factory's VSTS repo information.