Git Repository Definition Response
data class GitRepositoryDefinitionResponse(val httpsCACert: String? = null, val httpsUser: String? = null, val localAuthRef: String? = null, val repositoryRef: RepositoryRefDefinitionResponse? = null, val sshKnownHosts: String? = null, val syncIntervalInSeconds: Double? = null, val timeoutInSeconds: Double? = null, val url: String? = null)
Parameters to reconcile to the GitRepository source kind type.
Constructors
Link copied to clipboard
fun GitRepositoryDefinitionResponse(httpsCACert: String? = null, httpsUser: String? = null, localAuthRef: String? = null, repositoryRef: RepositoryRefDefinitionResponse? = null, sshKnownHosts: String? = null, syncIntervalInSeconds: Double? = null, timeoutInSeconds: Double? = null, url: String? = null)