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.
2572 2573 2574 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2572 def initialize(**args) update!(**args) end |
Instance Attribute Details
#speed_rpm ⇒ Fixnum
Output only. Fan speed in RPM.
Corresponds to the JSON property speedRpm
2570 2571 2572 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2570 def speed_rpm @speed_rpm end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2577 2578 2579 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2577 def update!(**args) @speed_rpm = args[:speed_rpm] if args.key?(:speed_rpm) end |