Class: TencentCloud::Dlc::V20210125::DescribeSparkSessionBatchSqlLogRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DescribeSparkSessionBatchSqlLogRequest
- Defined in:
- lib/v20210125/models.rb
Overview
DescribeSparkSessionBatchSqlLog请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchid = nil, customkey = nil) ⇒ DescribeSparkSessionBatchSqlLogRequest
constructor
A new instance of DescribeSparkSessionBatchSqlLogRequest.
Constructor Details
#initialize(batchid = nil, customkey = nil) ⇒ DescribeSparkSessionBatchSqlLogRequest
Returns a new instance of DescribeSparkSessionBatchSqlLogRequest.
8553 8554 8555 8556 |
# File 'lib/v20210125/models.rb', line 8553 def initialize(batchid=nil, customkey=nil) @BatchId = batchid @CustomKey = customkey end |
Instance Attribute Details
#BatchId ⇒ Object
8551 8552 8553 |
# File 'lib/v20210125/models.rb', line 8551 def BatchId @BatchId end |
#CustomKey ⇒ Object
8551 8552 8553 |
# File 'lib/v20210125/models.rb', line 8551 def CustomKey @CustomKey end |
Instance Method Details
#deserialize(params) ⇒ Object
8558 8559 8560 8561 |
# File 'lib/v20210125/models.rb', line 8558 def deserialize(params) @BatchId = params['BatchId'] @CustomKey = params['CustomKey'] end |