Class: Google::Apis::AdminDirectoryV1::ChromeOsDevice::ActiveTimeRange
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::ChromeOsDevice::ActiveTimeRange
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/admin_directory_v1/classes.rb,
generated/google/apis/admin_directory_v1/representations.rb,
generated/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.
890 891 892 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 890 def initialize(**args) update!(**args) end |
Instance Attribute Details
#active_time ⇒ Fixnum
Duration of usage in milliseconds.
Corresponds to the JSON property activeTime
883 884 885 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 883 def active_time @active_time end |
#date ⇒ Date
Date of usage
Corresponds to the JSON property date
888 889 890 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 888 def date @date end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
895 896 897 898 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 895 def update!(**args) @active_time = args[:active_time] if args.key?(:active_time) @date = args[:date] if args.key?(:date) end |