Registry Task Registry Credential Custom
data class RegistryTaskRegistryCredentialCustom(val identity: String? = null, val loginServer: String, val password: String? = null, val username: String? = null)
Constructors
Link copied to clipboard
fun RegistryTaskRegistryCredentialCustom(identity: String? = null, loginServer: String, password: String? = null, username: String? = null)