class TencentCloud::Cwp::V20180228::DescribeScreenAttackHotspotResponse

DescribeScreenAttackHotspot返回参数结构体

def deserialize(params)

def deserialize(params)
  unless params['List'].nil?
    @List = []
    params['List'].each do |i|
      screenattackhotspot_tmp = ScreenAttackHotspot.new
      screenattackhotspot_tmp.deserialize(i)
      @List << screenattackhotspot_tmp
    end
  end
  @RequestId = params['RequestId']
end

def initialize(list=nil, requestid=nil)

def initialize(list=nil, requestid=nil)
  @List = list
  @RequestId = requestid
end