Class: TencentCloud::Iotexplorer::V20190423::PublishFirmwareUpdateMessageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::PublishFirmwareUpdateMessageRequest
- Defined in:
- lib/v20190423/models.rb
Overview
PublishFirmwareUpdateMessage请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, fwtype = nil) ⇒ PublishFirmwareUpdateMessageRequest
constructor
A new instance of PublishFirmwareUpdateMessageRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, fwtype = nil) ⇒ PublishFirmwareUpdateMessageRequest
Returns a new instance of PublishFirmwareUpdateMessageRequest.
12391 12392 12393 12394 12395 |
# File 'lib/v20190423/models.rb', line 12391 def initialize(productid=nil, devicename=nil, fwtype=nil) @ProductID = productid @DeviceName = devicename @FwType = fwtype end |
Instance Attribute Details
#DeviceName ⇒ Object
12389 12390 12391 |
# File 'lib/v20190423/models.rb', line 12389 def DeviceName @DeviceName end |
#FwType ⇒ Object
12389 12390 12391 |
# File 'lib/v20190423/models.rb', line 12389 def FwType @FwType end |
#ProductID ⇒ Object
12389 12390 12391 |
# File 'lib/v20190423/models.rb', line 12389 def ProductID @ProductID end |
Instance Method Details
#deserialize(params) ⇒ Object
12397 12398 12399 12400 12401 |
# File 'lib/v20190423/models.rb', line 12397 def deserialize(params) @ProductID = params['ProductID'] @DeviceName = params['DeviceName'] @FwType = params['FwType'] end |