class Google::Apis::AdminDirectoryV1::ChromeOsDevice::CpuStatusReport::CpuTemperatureInfo
Attributes
label[RW]
CPU label Corresponds to the JSON property `label` @return [String]
temperature[RW]
Temperature in Celsius degrees. Corresponds to the JSON property `temperature` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 1074 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admin_directory_v1/classes.rb, line 1079 def update!(**args) @label = args[:label] if args.key?(:label) @temperature = args[:temperature] if args.key?(:temperature) end