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
1105 1106 1107 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1105 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
1098 1099 1100 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1098 def report_time @report_time end |
#system_ram_free_info ⇒ Array<Fixnum>
Corresponds to the JSON property systemRamFreeInfo
1103 1104 1105 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1103 def system_ram_free_info @system_ram_free_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1110 1111 1112 1113 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1110 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 |