Class: Google::Apis::AdminDirectoryV1::FanInfo

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

Overview

Information about the device's fan.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FanInfo

Returns a new instance of FanInfo.



2438
2439
2440
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2438

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

Instance Attribute Details

#speed_rpmFixnum

Output only. Fan speed in RPM. Corresponds to the JSON property speedRpm

Returns:

  • (Fixnum)


2436
2437
2438
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2436

def speed_rpm
  @speed_rpm
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2443
2444
2445
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2443

def update!(**args)
  @speed_rpm = args[:speed_rpm] if args.key?(:speed_rpm)
end