Class: TencentCloud::Iotexplorer::V20190423::UpdateFirmwareResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::UpdateFirmwareResponse
- Defined in:
- lib/v20190423/models.rb
Overview
UpdateFirmware返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateFirmwareResponse
constructor
A new instance of UpdateFirmwareResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateFirmwareResponse
Returns a new instance of UpdateFirmwareResponse.
14375 14376 14377 |
# File 'lib/v20190423/models.rb', line 14375 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14373 14374 14375 |
# File 'lib/v20190423/models.rb', line 14373 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14379 14380 14381 |
# File 'lib/v20190423/models.rb', line 14379 def deserialize(params) @RequestId = params['RequestId'] end |