Class: TencentCloud::Thpc::V20230321::DeleteNodesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::DeleteNodesResponse
- Defined in:
- lib/v20230321/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.
1044 1045 1046 |
# File 'lib/v20230321/models.rb', line 1044 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1042 1043 1044 |
# File 'lib/v20230321/models.rb', line 1042 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1048 1049 1050 |
# File 'lib/v20230321/models.rb', line 1048 def deserialize(params) @RequestId = params['RequestId'] end |