class TencentCloud::Ams::V20200608::Overview

def initialize(totalcount=nil, totalhour=nil, passcount=nil, passhour=nil, evilcount=nil, evilhour=nil, suspectcount=nil, suspecthour=nil)

def initialize(totalcount=nil, totalhour=nil, passcount=nil, passhour=nil, evilcount=nil, evilhour=nil, suspectcount=nil, suspecthour=nil)
  @TotalCount = totalcount
  @TotalHour = totalhour
  @PassCount = passcount
  @PassHour = passhour
  @EvilCount = evilcount
  @EvilHour = evilhour
  @SuspectCount = suspectcount
  @SuspectHour = suspecthour
end