class TencentCloud::Eb::V20210416::SCFParams

云函数参数

def deserialize(params)

def deserialize(params)
  @BatchTimeout = params['BatchTimeout']
  @BatchEventCount = params['BatchEventCount']
  @EnableBatchDelivery = params['EnableBatchDelivery']
end

def initialize(batchtimeout=nil, batcheventcount=nil, enablebatchdelivery=nil)

def initialize(batchtimeout=nil, batcheventcount=nil, enablebatchdelivery=nil)
  @BatchTimeout = batchtimeout
  @BatchEventCount = batcheventcount
  @EnableBatchDelivery = enablebatchdelivery
end