Class: TencentCloud::Iotexplorer::V20190423::DeviceFirmwareInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeviceFirmwareInfo
- Defined in:
- lib/v20190423/models.rb
Overview
设备固件信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fwtype = nil, version = nil, updatetime = nil) ⇒ DeviceFirmwareInfo
constructor
A new instance of DeviceFirmwareInfo.
Constructor Details
#initialize(fwtype = nil, version = nil, updatetime = nil) ⇒ DeviceFirmwareInfo
Returns a new instance of DeviceFirmwareInfo.
7361 7362 7363 7364 7365 |
# File 'lib/v20190423/models.rb', line 7361 def initialize(fwtype=nil, version=nil, updatetime=nil) @FwType = fwtype @Version = version @UpdateTime = updatetime end |
Instance Attribute Details
#FwType ⇒ Object
7359 7360 7361 |
# File 'lib/v20190423/models.rb', line 7359 def FwType @FwType end |
#UpdateTime ⇒ Object
7359 7360 7361 |
# File 'lib/v20190423/models.rb', line 7359 def UpdateTime @UpdateTime end |
#Version ⇒ Object
7359 7360 7361 |
# File 'lib/v20190423/models.rb', line 7359 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
7367 7368 7369 7370 7371 |
# File 'lib/v20190423/models.rb', line 7367 def deserialize(params) @FwType = params['FwType'] @Version = params['Version'] @UpdateTime = params['UpdateTime'] end |