Class: TencentCloud::Iotexplorer::V20190423::TWeCallLicenseInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::TWeCallLicenseInfo
- Defined in:
- lib/v20190423/models.rb
Overview
TWeCall信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(twecalltype = nil, totalnum = nil, usednum = nil) ⇒ TWeCallLicenseInfo
constructor
A new instance of TWeCallLicenseInfo.
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
#TotalNum ⇒ Object
13202 13203 13204 |
# File 'lib/v20190423/models.rb', line 13202 def TotalNum @TotalNum end |
#TWeCallType ⇒ Object
13202 13203 13204 |
# File 'lib/v20190423/models.rb', line 13202 def TWeCallType @TWeCallType end |
#UsedNum ⇒ Object
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 |