Class: TencentCloud::Iotcloud::V20210408::UpdateOtaTaskStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::UpdateOtaTaskStatusResponse
- Defined in:
- lib/v20210408/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.
4606 4607 4608 |
# File 'lib/v20210408/models.rb', line 4606 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4604 4605 4606 |
# File 'lib/v20210408/models.rb', line 4604 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4610 4611 4612 |
# File 'lib/v20210408/models.rb', line 4610 def deserialize(params) @RequestId = params['RequestId'] end |