Class: TencentCloud::Iotexplorer::V20190423::UpdateOtaModuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::UpdateOtaModuleRequest
- Defined in:
- lib/v20190423/models.rb
Overview
UpdateOtaModule请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, fwtype = nil, name = nil, remark = nil) ⇒ UpdateOtaModuleRequest
constructor
A new instance of UpdateOtaModuleRequest.
Constructor Details
#initialize(productid = nil, fwtype = nil, name = nil, remark = nil) ⇒ UpdateOtaModuleRequest
Returns a new instance of UpdateOtaModuleRequest.
14397 14398 14399 14400 14401 14402 |
# File 'lib/v20190423/models.rb', line 14397 def initialize(productid=nil, fwtype=nil, name=nil, remark=nil) @ProductID = productid @FwType = fwtype @Name = name @Remark = remark end |
Instance Attribute Details
#FwType ⇒ Object
14395 14396 14397 |
# File 'lib/v20190423/models.rb', line 14395 def FwType @FwType end |
#Name ⇒ Object
14395 14396 14397 |
# File 'lib/v20190423/models.rb', line 14395 def Name @Name end |
#ProductID ⇒ Object
14395 14396 14397 |
# File 'lib/v20190423/models.rb', line 14395 def ProductID @ProductID end |
#Remark ⇒ Object
14395 14396 14397 |
# File 'lib/v20190423/models.rb', line 14395 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
14404 14405 14406 14407 14408 14409 |
# File 'lib/v20190423/models.rb', line 14404 def deserialize(params) @ProductID = params['ProductID'] @FwType = params['FwType'] @Name = params['Name'] @Remark = params['Remark'] end |