Class: TencentCloud::Thpc::V20230321::DeleteJobResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::DeleteJobResponse
- Defined in:
- lib/v20230321/models.rb
Overview
DeleteJob返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteJobResponse
constructor
A new instance of DeleteJobResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteJobResponse
Returns a new instance of DeleteJobResponse.
1133 1134 1135 |
# File 'lib/v20230321/models.rb', line 1133 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1131 1132 1133 |
# File 'lib/v20230321/models.rb', line 1131 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1137 1138 1139 |
# File 'lib/v20230321/models.rb', line 1137 def deserialize(params) @RequestId = params['RequestId'] end |