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.
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
#TotalNum ⇒ Object
13186 13187 13188 |
# File 'lib/v20190423/models.rb', line 13186 def TotalNum @TotalNum end |
#TWeCallType ⇒ Object
13186 13187 13188 |
# File 'lib/v20190423/models.rb', line 13186 def TWeCallType @TWeCallType end |
#UsedNum ⇒ Object
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 |