WhatpulseSdk::ComputerResourceHardwareAnyOfPeripherals Properties Name Type Description Notes monitors Array<Object> The list of monitors connected to the computer. keyboard Array<Object> The list of keyboards connected to the computer. mouse Array<Object> The list of mice connected to the computer. trackpad Array<Object> The trackpad information, if available. controllers Array<Object> The list of game controller devices connected to the computer. Example require 'whatpulse-sdk' instance = WhatpulseSdk::ComputerResourceHardwareAnyOfPeripherals.new( monitors: null, keyboard: null, mouse: null, trackpad: null, controllers: null )