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.
1169 1170 1171 |
# File 'lib/v20230321/models.rb', line 1169 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1167 1168 1169 |
# File 'lib/v20230321/models.rb', line 1167 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1173 1174 1175 |
# File 'lib/v20230321/models.rb', line 1173 def deserialize(params) @RequestId = params['RequestId'] end |