Class: Google::Apis::AdminDirectoryV1::FanInfo
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::FanInfo
- 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
-
#speed_rpm ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FanInfo
constructor
A new instance of FanInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_rpm ⇒ Fixnum
Output only. Fan speed in RPM.
Corresponds to the JSON property speedRpm
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 |