Class: Google::Apis::AdminDirectoryV1::ChromeOsDevice::SystemRamFreeReport

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SystemRamFreeReport

Returns a new instance of SystemRamFreeReport.



1107
1108
1109
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1107

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#report_timeDateTime

Date and time the report was received. Corresponds to the JSON property reportTime

Returns:

  • (DateTime)


1100
1101
1102
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1100

def report_time
  @report_time
end

#system_ram_free_infoArray<Fixnum>

Corresponds to the JSON property systemRamFreeInfo

Returns:

  • (Array<Fixnum>)


1105
1106
1107
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1105

def system_ram_free_info
  @system_ram_free_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1112
1113
1114
1115
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1112

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