| Name | Type | Description | Notes |
|---|---|---|---|
| available | Boolean | ||
| last_updated | String | The date and time when the hardware information was last updated. | |
| system | ComputerResourceHardwareAnyOfSystem | ||
| peripherals | ComputerResourceHardwareAnyOfPeripherals |
require 'whatpulse-sdk'
instance = WhatpulseSdk::ComputerResourceHardware.new(
available: null,
last_updated: null,
system: null,
peripherals: null
)