Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1 KB

File metadata and controls

17 lines (14 loc) · 1 KB

# ComputerResource

Properties

Name Type Description Notes
id int The unique identifier for the computer.
name string How the computer is named on the user's account.
client_version string The version of the WhatPulse client running on this computer.
os string The operating system of the computer, represented as code.
is_archived bool Whether or not this computer is archived.
totals \WhatPulse\Model\ComputerResourceTotals
pulses int The total number of pulses recorded for this computer.
last_pulse_date string The date and time of the last pulse recorded for this computer.
hardware \WhatPulse\Model\ComputerResourceHardware

[Back to Model list] [Back to API list] [Back to README]