Class: TencentCloud::Dlc::V20210125::DescribeSparkSessionBatchSQLRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DescribeSparkSessionBatchSQLRequest
- Defined in:
- lib/v20210125/models.rb
Overview
DescribeSparkSessionBatchSQL请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchid = nil, customkey = nil) ⇒ DescribeSparkSessionBatchSQLRequest
constructor
A new instance of DescribeSparkSessionBatchSQLRequest.
Constructor Details
#initialize(batchid = nil, customkey = nil) ⇒ DescribeSparkSessionBatchSQLRequest
Returns a new instance of DescribeSparkSessionBatchSQLRequest.
8497 8498 8499 8500 |
# File 'lib/v20210125/models.rb', line 8497 def initialize(batchid=nil, customkey=nil) @BatchId = batchid @CustomKey = customkey end |
Instance Attribute Details
#BatchId ⇒ Object
8495 8496 8497 |
# File 'lib/v20210125/models.rb', line 8495 def BatchId @BatchId end |
#CustomKey ⇒ Object
8495 8496 8497 |
# File 'lib/v20210125/models.rb', line 8495 def CustomKey @CustomKey end |
Instance Method Details
#deserialize(params) ⇒ Object
8502 8503 8504 8505 |
# File 'lib/v20210125/models.rb', line 8502 def deserialize(params) @BatchId = params['BatchId'] @CustomKey = params['CustomKey'] end |