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.
12407 12408 12409 12410 12411 |
# File 'lib/v20190423/models.rb', line 12407 def initialize(productid=nil, devicename=nil, fwtype=nil) @ProductID = productid @DeviceName = devicename @FwType = fwtype end |
Instance Attribute Details
#DeviceName ⇒ Object
12405 12406 12407 |
# File 'lib/v20190423/models.rb', line 12405 def DeviceName @DeviceName end |
#FwType ⇒ Object
12405 12406 12407 |
# File 'lib/v20190423/models.rb', line 12405 def FwType @FwType end |
#ProductID ⇒ Object
12405 12406 12407 |
# File 'lib/v20190423/models.rb', line 12405 def ProductID @ProductID end |
Instance Method Details
#deserialize(params) ⇒ Object
12413 12414 12415 12416 12417 |
# File 'lib/v20190423/models.rb', line 12413 def deserialize(params) @ProductID = params['ProductID'] @DeviceName = params['DeviceName'] @FwType = params['FwType'] end |