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.
14427 14428 14429 14430 14431 14432 |
# File 'lib/v20190423/models.rb', line 14427 def initialize(productid=nil, fwtype=nil, name=nil, remark=nil) @ProductID = productid @FwType = fwtype @Name = name @Remark = remark end |
Instance Attribute Details
#FwType ⇒ Object
14425 14426 14427 |
# File 'lib/v20190423/models.rb', line 14425 def FwType @FwType end |
#Name ⇒ Object
14425 14426 14427 |
# File 'lib/v20190423/models.rb', line 14425 def Name @Name end |
#ProductID ⇒ Object
14425 14426 14427 |
# File 'lib/v20190423/models.rb', line 14425 def ProductID @ProductID end |
#Remark ⇒ Object
14425 14426 14427 |
# File 'lib/v20190423/models.rb', line 14425 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
14434 14435 14436 14437 14438 14439 |
# File 'lib/v20190423/models.rb', line 14434 def deserialize(params) @ProductID = params['ProductID'] @FwType = params['FwType'] @Name = params['Name'] @Remark = params['Remark'] end |