Cmdkey Setup Response
    data class CmdkeySetupResponse(val password: SecureStringResponse, val targetName: Any, val type: String, val userName: Any)
The custom setup of running cmdkey commands.
Constructors
Link copied to clipboard
                fun CmdkeySetupResponse(password: SecureStringResponse, targetName: Any, type: String, userName: Any)