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'] unless params['TWeCallCategoryPkgList'].nil? @TWeCallCategoryPkgList = [] params['TWeCallCategoryPkgList'].each do |i| twecallcategorypkginfo_tmp = TWeCallCategoryPkgInfo.new twecallcategorypkginfo_tmp.deserialize(i) @TWeCallCategoryPkgList << twecallcategorypkginfo_tmp end end @RequestId = params['RequestId'] end
def initialize(twecallpkglist=nil, total=nil, twecallcategorypkglist=nil, requestid=nil)
def initialize(twecallpkglist=nil, total=nil, twecallcategorypkglist=nil, requestid=nil) @TWeCallPkgList = twecallpkglist @Total = total @TWeCallCategoryPkgList = twecallcategorypkglist @RequestId = requestid end