Class: TencentCloud::Ckafka::V20190819::BatchAnalyseParam

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

Overview

批量解析

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil) ⇒ BatchAnalyseParam

Returns a new instance of BatchAnalyseParam.



308
309
310
# File 'lib/v20190819/models.rb', line 308

def initialize(format=nil)
  @Format = format
end

Instance Attribute Details

#FormatObject

Parameters:

  • Format:

    ONE_BY_ONE单条输出,MERGE合并输出



306
307
308
# File 'lib/v20190819/models.rb', line 306

def Format
  @Format
end

Instance Method Details

#deserialize(params) ⇒ Object



312
313
314
# File 'lib/v20190819/models.rb', line 312

def deserialize(params)
  @Format = params['Format']
end