class TencentCloud::Dsgc::V20190723::RiskLevelTrendItem

风险级别趋势项

def deserialize(params)

def deserialize(params)
  @Date = params['Date']
  @High = params['High']
  @Medium = params['Medium']
  @Low = params['Low']
  @Total = params['Total']
end

def initialize(date=nil, high=nil, medium=nil, low=nil, total=nil)

def initialize(date=nil, high=nil, medium=nil, low=nil, total=nil)
  @Date = date
  @High = high
  @Medium = medium
  @Low = low
  @Total = total
end