Repository Ref Definition Response
data class RepositoryRefDefinitionResponse(val branch: String? = null, val commit: String? = null, val semver: String? = null, val tag: String? = null)
The source reference for the GitRepository object.