Class: TencentCloud::Iecp::V20210914::DeleteIotDeviceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DeleteIotDeviceResponse
- Defined in:
- lib/v20210914/models.rb
Overview
DeleteIotDevice返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteIotDeviceResponse
constructor
A new instance of DeleteIotDeviceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteIotDeviceResponse
Returns a new instance of DeleteIotDeviceResponse.
1432 1433 1434 |
# File 'lib/v20210914/models.rb', line 1432 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1430 1431 1432 |
# File 'lib/v20210914/models.rb', line 1430 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1436 1437 1438 |
# File 'lib/v20210914/models.rb', line 1436 def deserialize(params) @RequestId = params['RequestId'] end |