class TencentCloud::Tsf::V20180326::TsfPageBusinessLogConfig
def deserialize(params)
def deserialize(params) @TotalCount = params['TotalCount'] unless params['Content'].nil? @Content = [] params['Content'].each do |i| businesslogconfig_tmp = BusinessLogConfig.new businesslogconfig_tmp.deserialize(i) @Content << businesslogconfig_tmp end end end