Class: TencentCloud::Iotexplorer::V20190423::UpdateOtaTaskStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::UpdateOtaTaskStatusResponse
- Defined in:
- lib/v20190423/models.rb
Overview
UpdateOtaTaskStatus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateOtaTaskStatusResponse
constructor
A new instance of UpdateOtaTaskStatusResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateOtaTaskStatusResponse
Returns a new instance of UpdateOtaTaskStatusResponse.
14489 14490 14491 |
# File 'lib/v20190423/models.rb', line 14489 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14487 14488 14489 |
# File 'lib/v20190423/models.rb', line 14487 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14493 14494 14495 |
# File 'lib/v20190423/models.rb', line 14493 def deserialize(params) @RequestId = params['RequestId'] end |