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.
3423 3424 3425 |
# File 'lib/v20190423/models.rb', line 3423 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3421 3422 3423 |
# File 'lib/v20190423/models.rb', line 3421 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3427 3428 3429 |
# File 'lib/v20190423/models.rb', line 3427 def deserialize(params) @RequestId = params['RequestId'] end |