class TencentCloud::Iotexplorer::V20190423::TWeCallLicenseInfo

TWeCall信息

def deserialize(params)

def deserialize(params)
  @TWeCallType = params['TWeCallType']
  @TotalNum = params['TotalNum']
  @UsedNum = params['UsedNum']
end

def initialize(twecalltype=nil, totalnum=nil, usednum=nil)

def initialize(twecalltype=nil, totalnum=nil, usednum=nil)
  @TWeCallType = twecalltype
  @TotalNum = totalnum
  @UsedNum = usednum
end