class TencentCloud::Sqlserver::V20180328::DescribeProductConfigResponse

def deserialize(params)

def deserialize(params)
  unless params['SpecInfoList'].nil?
    @SpecInfoList = []
    params['SpecInfoList'].each do |i|
      specinfo_tmp = SpecInfo.new
      specinfo_tmp.deserialize(i)
      @SpecInfoList << specinfo_tmp
    end
  end
  @TotalCount = params['TotalCount']
  @RequestId = params['RequestId']
end