Class: TencentCloud::Iotexplorer::V20190423::CreateOtaModuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateOtaModuleResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateOtaModule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateOtaModuleResponse
constructor
A new instance of CreateOtaModuleResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateOtaModuleResponse
Returns a new instance of CreateOtaModuleResponse.
2222 2223 2224 |
# File 'lib/v20190423/models.rb', line 2222 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2220 2221 2222 |
# File 'lib/v20190423/models.rb', line 2220 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2226 2227 2228 |
# File 'lib/v20190423/models.rb', line 2226 def deserialize(params) @RequestId = params['RequestId'] end |