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.



13188
13189
13190
13191
13192
# File 'lib/v20190423/models.rb', line 13188

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

Instance Attribute Details

#TotalNumObject

Parameters:

  • TWeCallType:

    voip类型

  • TotalNum:

    总数

  • UsedNum:

    已使用



13186
13187
13188
# File 'lib/v20190423/models.rb', line 13186

def TotalNum
  @TotalNum
end

#TWeCallTypeObject

Parameters:

  • TWeCallType:

    voip类型

  • TotalNum:

    总数

  • UsedNum:

    已使用



13186
13187
13188
# File 'lib/v20190423/models.rb', line 13186

def TWeCallType
  @TWeCallType
end

#UsedNumObject

Parameters:

  • TWeCallType:

    voip类型

  • TotalNum:

    总数

  • UsedNum:

    已使用



13186
13187
13188
# File 'lib/v20190423/models.rb', line 13186

def UsedNum
  @UsedNum
end

Instance Method Details

#deserialize(params) ⇒ Object



13194
13195
13196
13197
13198
# File 'lib/v20190423/models.rb', line 13194

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