class Google::Apis::AdminDirectoryV1::ChromeOsDevice::SystemRamFreeReport
Attributes
report_time[RW]
Date and time the report was received. Corresponds to the JSON property `reportTime` @return [DateTime]
system_ram_free_info[RW]
Corresponds to the JSON property `systemRamFreeInfo` @return [Array<Fixnum>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 1275 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 1280 def update!(**args) @report_time = args[:report_time] if args.key?(:report_time) @system_ram_free_info = args[:system_ram_free_info] if args.key?(:system_ram_free_info) end