class TencentCloud::Iotexplorer::V20190423::GetTWeCallPkgListResponse

GetTWeCallPkgList返回参数结构体

def deserialize(params)

def deserialize(params)
  unless params['TWeCallPkgList'].nil?
    @TWeCallPkgList = []
    params['TWeCallPkgList'].each do |i|
      twecallpkginfo_tmp = TWeCallPkgInfo.new
      twecallpkginfo_tmp.deserialize(i)
      @TWeCallPkgList << twecallpkginfo_tmp
    end
  end
  @Total = params['Total']
  @RequestId = params['RequestId']
end

def initialize(twecallpkglist=nil, total=nil, requestid=nil)

def initialize(twecallpkglist=nil, total=nil, requestid=nil)
  @TWeCallPkgList = twecallpkglist
  @Total = total
  @RequestId = requestid
end