class TencentCloud::Iotexplorer::V20190423::GetTWeCallActiveStatusResponse

GetTWeCallActiveStatus返回参数结构体

def deserialize(params)

def deserialize(params)
  unless params['TWeCallActiveInfos'].nil?
    @TWeCallActiveInfos = []
    params['TWeCallActiveInfos'].each do |i|
      twecallactiveinfo_tmp = TWeCallActiveInfo.new
      twecallactiveinfo_tmp.deserialize(i)
      @TWeCallActiveInfos << twecallactiveinfo_tmp
    end
  end
  @RequestId = params['RequestId']
end

def initialize(twecallactiveinfos=nil, requestid=nil)

def initialize(twecallactiveinfos=nil, requestid=nil)
  @TWeCallActiveInfos = twecallactiveinfos
  @RequestId = requestid
end