Class: TencentCloud::Dlc::V20210125::CancelSparkSessionBatchSQLResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CancelSparkSessionBatchSQLResponse
- Defined in:
- lib/v20210125/models.rb
Overview
CancelSparkSessionBatchSQL返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CancelSparkSessionBatchSQLResponse
constructor
A new instance of CancelSparkSessionBatchSQLResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CancelSparkSessionBatchSQLResponse
Returns a new instance of CancelSparkSessionBatchSQLResponse.
1144 1145 1146 |
# File 'lib/v20210125/models.rb', line 1144 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1142 1143 1144 |
# File 'lib/v20210125/models.rb', line 1142 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1148 1149 1150 |
# File 'lib/v20210125/models.rb', line 1148 def deserialize(params) @RequestId = params['RequestId'] end |