class TencentCloud::Mariadb::V20170312::SlowLogData

def deserialize(params)

def deserialize(params)
  @CheckSum = params['CheckSum']
  @Db = params['Db']
  @FingerPrint = params['FingerPrint']
  @LockTimeAvg = params['LockTimeAvg']
  @LockTimeMax = params['LockTimeMax']
  @LockTimeMin = params['LockTimeMin']
  @LockTimeSum = params['LockTimeSum']
  @QueryCount = params['QueryCount']
  @QueryTimeAvg = params['QueryTimeAvg']
  @QueryTimeMax = params['QueryTimeMax']
  @QueryTimeMin = params['QueryTimeMin']
  @QueryTimeSum = params['QueryTimeSum']
  @RowsExaminedSum = params['RowsExaminedSum']
  @RowsSentSum = params['RowsSentSum']
  @TsMax = params['TsMax']
  @TsMin = params['TsMin']
  @User = params['User']
  @ExampleSql = params['ExampleSql']
  @Host = params['Host']
end