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.
2188 2189 2190 2191 2192 2193 |
# File 'lib/v20190423/models.rb', line 2188 def initialize(productid=nil, fwtype=nil, name=nil, remark=nil) @ProductID = productid @FwType = fwtype @Name = name @Remark = remark end |
Instance Attribute Details
#FwType ⇒ Object
2186 2187 2188 |
# File 'lib/v20190423/models.rb', line 2186 def FwType @FwType end |
#Name ⇒ Object
2186 2187 2188 |
# File 'lib/v20190423/models.rb', line 2186 def Name @Name end |
#ProductID ⇒ Object
2186 2187 2188 |
# File 'lib/v20190423/models.rb', line 2186 def ProductID @ProductID end |
#Remark ⇒ Object
2186 2187 2188 |
# File 'lib/v20190423/models.rb', line 2186 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
2195 2196 2197 2198 2199 2200 |
# File 'lib/v20190423/models.rb', line 2195 def deserialize(params) @ProductID = params['ProductID'] @FwType = params['FwType'] @Name = params['Name'] @Remark = params['Remark'] end |