Class: TencentCloud::Dlc::V20210125::DescribeSparkSessionBatchSQLRequest

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

Overview

DescribeSparkSessionBatchSQL请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#BatchIdObject

Parameters:

  • BatchId:

    SparkSQL唯一标识

  • CustomKey:

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



8495
8496
8497
# File 'lib/v20210125/models.rb', line 8495

def BatchId
  @BatchId
end

#CustomKeyObject

Parameters:

  • BatchId:

    SparkSQL唯一标识

  • CustomKey:

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



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