class Google::Apis::AdminDirectoryV1::ChromeOsDevice::ActiveTimeRange
Attributes
active_time[RW]
Duration of usage in milliseconds. Corresponds to the JSON property `activeTime` @return [Fixnum]
date[RW]
Date of usage Corresponds to the JSON property `date` @return [Date]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 1019 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 1024 def update!(**args) @active_time = args[:active_time] if args.key?(:active_time) @date = args[:date] if args.key?(:date) end