Class: TencentCloud::Iotexplorer::V20190423::CreateOtaModuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateOtaModuleRequest
- Defined in:
- lib/v20190423/models.rb
Overview
CreateOtaModule请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, fwtype = nil, name = nil, remark = nil) ⇒ CreateOtaModuleRequest
constructor
A new instance of CreateOtaModuleRequest.
Constructor Details
#initialize(productid = nil, fwtype = nil, name = nil, remark = nil) ⇒ CreateOtaModuleRequest
Returns a new instance of CreateOtaModuleRequest.
2200 2201 2202 2203 2204 2205 |
# File 'lib/v20190423/models.rb', line 2200 def initialize(productid=nil, fwtype=nil, name=nil, remark=nil) @ProductID = productid @FwType = fwtype @Name = name @Remark = remark end |
Instance Attribute Details
#FwType ⇒ Object
2198 2199 2200 |
# File 'lib/v20190423/models.rb', line 2198 def FwType @FwType end |
#Name ⇒ Object
2198 2199 2200 |
# File 'lib/v20190423/models.rb', line 2198 def Name @Name end |
#ProductID ⇒ Object
2198 2199 2200 |
# File 'lib/v20190423/models.rb', line 2198 def ProductID @ProductID end |
#Remark ⇒ Object
2198 2199 2200 |
# File 'lib/v20190423/models.rb', line 2198 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
2207 2208 2209 2210 2211 2212 |
# File 'lib/v20190423/models.rb', line 2207 def deserialize(params) @ProductID = params['ProductID'] @FwType = params['FwType'] @Name = params['Name'] @Remark = params['Remark'] end |