Class: TencentCloud::Iotexplorer::V20190423::DeleteOtaModuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeleteOtaModuleResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DeleteOtaModule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteOtaModuleResponse
constructor
A new instance of DeleteOtaModuleResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteOtaModuleResponse
Returns a new instance of DeleteOtaModuleResponse.
3435 3436 3437 |
# File 'lib/v20190423/models.rb', line 3435 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3433 3434 3435 |
# File 'lib/v20190423/models.rb', line 3433 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3439 3440 3441 |
# File 'lib/v20190423/models.rb', line 3439 def deserialize(params) @RequestId = params['RequestId'] end |