Class: Google::Apis::AdminDirectoryV1::ChromeOsDevice::SystemRamFreeReport
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::ChromeOsDevice::SystemRamFreeReport
- 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
-
#report_time ⇒ DateTime
Date and time the report was received.
-
#system_ram_free_info ⇒ Array<Fixnum>
Corresponds to the JSON property
systemRamFreeInfo
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SystemRamFreeReport
constructor
A new instance of SystemRamFreeReport.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SystemRamFreeReport
Returns a new instance of SystemRamFreeReport
1007 1008 1009 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1007 def initialize(**args) update!(**args) end |
Instance Attribute Details
#report_time ⇒ DateTime
Date and time the report was received.
Corresponds to the JSON property reportTime
1000 1001 1002 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1000 def report_time @report_time end |
#system_ram_free_info ⇒ Array<Fixnum>
Corresponds to the JSON property systemRamFreeInfo
1005 1006 1007 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1005 def system_ram_free_info @system_ram_free_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1012 1013 1014 1015 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1012 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 |