Class: TencentCloud::Thpc::V20220401::DeleteNodesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20220401::DeleteNodesResponse
- Defined in:
- lib/v20220401/models.rb
Overview
DeleteNodes返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteNodesResponse
constructor
A new instance of DeleteNodesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteNodesResponse
Returns a new instance of DeleteNodesResponse.
852 853 854 |
# File 'lib/v20220401/models.rb', line 852 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
850 851 852 |
# File 'lib/v20220401/models.rb', line 850 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
856 857 858 |
# File 'lib/v20220401/models.rb', line 856 def deserialize(params) @RequestId = params['RequestId'] end |