Class: TencentCloud::Iotexplorer::V20190423::TWeCallLicenseInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190423/models.rb

Overview

TWeCall信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(twecalltype = nil, totalnum = nil, usednum = nil) ⇒ TWeCallLicenseInfo

Returns a new instance of TWeCallLicenseInfo.



13204
13205
13206
13207
13208
# File 'lib/v20190423/models.rb', line 13204

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

Instance Attribute Details

#TotalNumObject

Parameters:

  • TWeCallType:

    voip类型

  • TotalNum:

    总数

  • UsedNum:

    已使用



13202
13203
13204
# File 'lib/v20190423/models.rb', line 13202

def TotalNum
  @TotalNum
end

#TWeCallTypeObject

Parameters:

  • TWeCallType:

    voip类型

  • TotalNum:

    总数

  • UsedNum:

    已使用



13202
13203
13204
# File 'lib/v20190423/models.rb', line 13202

def TWeCallType
  @TWeCallType
end

#UsedNumObject

Parameters:

  • TWeCallType:

    voip类型

  • TotalNum:

    总数

  • UsedNum:

    已使用



13202
13203
13204
# File 'lib/v20190423/models.rb', line 13202

def UsedNum
  @UsedNum
end

Instance Method Details

#deserialize(params) ⇒ Object



13210
13211
13212
13213
13214
# File 'lib/v20190423/models.rb', line 13210

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