Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 686 Bytes

File metadata and controls

24 lines (18 loc) · 686 Bytes

WhatpulseSdk::ComputerResourceHardware

Properties

Name Type Description Notes
available Boolean
last_updated String The date and time when the hardware information was last updated.
system ComputerResourceHardwareAnyOfSystem
peripherals ComputerResourceHardwareAnyOfPeripherals

Example

require 'whatpulse-sdk'

instance = WhatpulseSdk::ComputerResourceHardware.new(
  available: null,
  last_updated: null,
  system: null,
  peripherals: null
)