Class: TencentCloud::Dlc::V20210125::CancelSparkSessionBatchSQLRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CancelSparkSessionBatchSQLRequest
- Defined in:
- lib/v20210125/models.rb
Overview
CancelSparkSessionBatchSQL请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchid = nil, customkey = nil) ⇒ CancelSparkSessionBatchSQLRequest
constructor
A new instance of CancelSparkSessionBatchSQLRequest.
Constructor Details
#initialize(batchid = nil, customkey = nil) ⇒ CancelSparkSessionBatchSQLRequest
Returns a new instance of CancelSparkSessionBatchSQLRequest.
1126 1127 1128 1129 |
# File 'lib/v20210125/models.rb', line 1126 def initialize(batchid=nil, customkey=nil) @BatchId = batchid @CustomKey = customkey end |
Instance Attribute Details
#BatchId ⇒ Object
1124 1125 1126 |
# File 'lib/v20210125/models.rb', line 1124 def BatchId @BatchId end |
#CustomKey ⇒ Object
1124 1125 1126 |
# File 'lib/v20210125/models.rb', line 1124 def CustomKey @CustomKey end |
Instance Method Details
#deserialize(params) ⇒ Object
1131 1132 1133 1134 |
# File 'lib/v20210125/models.rb', line 1131 def deserialize(params) @BatchId = params['BatchId'] @CustomKey = params['CustomKey'] end |