Git Catalog Response
data class GitCatalogResponse(val branch: String? = null, val path: String? = null, val secretIdentifier: String? = null, val uri: String? = null)
Properties for a Git repository catalog.
Constructors
Link copied to clipboard
fun GitCatalogResponse(branch: String? = null, path: String? = null, secretIdentifier: String? = null, uri: String? = null)