Class: TencentCloud::Iotexplorer::V20190423::BatchUpdateFirmwareResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::BatchUpdateFirmwareResponse
- Defined in:
- lib/v20190423/models.rb
Overview
BatchUpdateFirmware返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ BatchUpdateFirmwareResponse
constructor
A new instance of BatchUpdateFirmwareResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ BatchUpdateFirmwareResponse
Returns a new instance of BatchUpdateFirmwareResponse.
487 488 489 490 |
# File 'lib/v20190423/models.rb', line 487 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
485 486 487 |
# File 'lib/v20190423/models.rb', line 485 def RequestId @RequestId end |
#TaskId ⇒ Object
485 486 487 |
# File 'lib/v20190423/models.rb', line 485 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
492 493 494 495 |
# File 'lib/v20190423/models.rb', line 492 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |