Class: TencentCloud::Dlc::V20210125::DescribeSparkSessionBatchSqlLogRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210125/models.rb

Overview

DescribeSparkSessionBatchSqlLog请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#BatchIdObject

Parameters:

  • BatchId:

    SparkSQL唯一标识

  • CustomKey:

    用户自定义主键,若不为空,则按照该值进行查询



8551
8552
8553
# File 'lib/v20210125/models.rb', line 8551

def BatchId
  @BatchId
end

#CustomKeyObject

Parameters:

  • BatchId:

    SparkSQL唯一标识

  • CustomKey:

    用户自定义主键,若不为空,则按照该值进行查询



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