Class: Google::Apis::AdminDirectoryV1::ChromeOsDevice::ActiveTimeRange
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::ChromeOsDevice::ActiveTimeRange
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/admin_directory_v1/classes.rb,
lib/google/apis/admin_directory_v1/representations.rb,
lib/google/apis/admin_directory_v1/representations.rb
Instance Attribute Summary collapse
-
#active_time ⇒ Fixnum
Duration of usage in milliseconds.
-
#date ⇒ Date
Date of usage Corresponds to the JSON property
date.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ActiveTimeRange
constructor
A new instance of ActiveTimeRange.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ActiveTimeRange
Returns a new instance of ActiveTimeRange.
1050 1051 1052 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 1050 def initialize(**args) update!(**args) end |
Instance Attribute Details
#active_time ⇒ Fixnum
Duration of usage in milliseconds.
Corresponds to the JSON property activeTime
1043 1044 1045 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 1043 def active_time @active_time end |
#date ⇒ Date
Date of usage
Corresponds to the JSON property date
1048 1049 1050 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 1048 def date @date end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1055 1056 1057 1058 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 1055 def update!(**args) @active_time = args[:active_time] if args.key?(:active_time) @date = args[:date] if args.key?(:date) end |