class TencentCloud::Cwp::V20180228::DescribeReverseShellRulesResponse
DescribeReverseShellRules返回参数结构体
def deserialize(params)
def deserialize(params) unless params['List'].nil? @List = [] params['List'].each do |i| reverseshellrule_tmp = ReverseShellRule.new reverseshellrule_tmp.deserialize(i) @List << reverseshellrule_tmp end end @TotalCount = params['TotalCount'] @RequestId = params['RequestId'] end
def initialize(list=nil, totalcount=nil, requestid=nil)
def initialize(list=nil, totalcount=nil, requestid=nil) @List = list @TotalCount = totalcount @RequestId = requestid end