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.
14405 14406 14407 |
# File 'lib/v20190423/models.rb', line 14405 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14403 14404 14405 |
# File 'lib/v20190423/models.rb', line 14403 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14409 14410 14411 |
# File 'lib/v20190423/models.rb', line 14409 def deserialize(params) @RequestId = params['RequestId'] end |