Class: TencentCloud::Iecp::V20210914::DeleteNodeUnitResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DeleteNodeUnitResponse
- Defined in:
- lib/v20210914/models.rb
Overview
DeleteNodeUnit返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteNodeUnitResponse
constructor
A new instance of DeleteNodeUnitResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteNodeUnitResponse
Returns a new instance of DeleteNodeUnitResponse.
1548 1549 1550 |
# File 'lib/v20210914/models.rb', line 1548 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1546 1547 1548 |
# File 'lib/v20210914/models.rb', line 1546 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1552 1553 1554 |
# File 'lib/v20210914/models.rb', line 1552 def deserialize(params) @RequestId = params['RequestId'] end |