class TencentCloud::Ckafka::V20190819::CosParam

Cos Datahub 任务接入参数

def deserialize(params)

def deserialize(params)
  @BucketName = params['BucketName']
  @Region = params['Region']
  @ObjectKey = params['ObjectKey']
  @AggregateBatchSize = params['AggregateBatchSize']
  @AggregateInterval = params['AggregateInterval']
  @FormatOutputType = params['FormatOutputType']
  @ObjectKeyPrefix = params['ObjectKeyPrefix']
  @DirectoryTimeFormat = params['DirectoryTimeFormat']
end

def initialize(bucketname=nil, region=nil, objectkey=nil, aggregatebatchsize=nil, aggregateinterval=nil, formatoutputtype=nil, objectkeyprefix=nil, directorytimeformat=nil)

def initialize(bucketname=nil, region=nil, objectkey=nil, aggregatebatchsize=nil, aggregateinterval=nil, formatoutputtype=nil, objectkeyprefix=nil, directorytimeformat=nil)
  @BucketName = bucketname
  @Region = region
  @ObjectKey = objectkey
  @AggregateBatchSize = aggregatebatchsize
  @AggregateInterval = aggregateinterval
  @FormatOutputType = formatoutputtype
  @ObjectKeyPrefix = objectkeyprefix
  @DirectoryTimeFormat = directorytimeformat
end