Git Repo Volume Response
data class GitRepoVolumeResponse(val directory: String? = null, val repository: String, val revision: String? = null)
Represents a volume that is populated with the contents of a git repository
Represents a volume that is populated with the contents of a git repository