Config Server Git Property Response
data class ConfigServerGitPropertyResponse(val hostKey: String? = null, val hostKeyAlgorithm: String? = null, val label: String? = null, val password: String? = null, val privateKey: String? = null, val repositories: List<GitPatternRepositoryResponse>? = null, val searchPaths: List<String>? = null, val strictHostKeyChecking: Boolean? = null, val uri: String, val username: String? = null)
Property of git.
Constructors
Link copied to clipboard
constructor(hostKey: String? = null, hostKeyAlgorithm: String? = null, label: String? = null, password: String? = null, privateKey: String? = null, repositories: List<GitPatternRepositoryResponse>? = null, searchPaths: List<String>? = null, strictHostKeyChecking: Boolean? = null, uri: String, username: String? = null)