Class: TencentCloud::Iotexplorer::V20190423::VideoLicenseEntity
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::VideoLicenseEntity
- Defined in:
- lib/v20190423/models.rb
Overview
视频设备激活码统计
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, totalcount = nil, usedcount = nil, expiressooncount = nil) ⇒ VideoLicenseEntity
constructor
A new instance of VideoLicenseEntity.
Constructor Details
#initialize(type = nil, totalcount = nil, usedcount = nil, expiressooncount = nil) ⇒ VideoLicenseEntity
Returns a new instance of VideoLicenseEntity.
14571 14572 14573 14574 14575 14576 |
# File 'lib/v20190423/models.rb', line 14571 def initialize(type=nil, totalcount=nil, usedcount=nil, expiressooncount=nil) @Type = type @TotalCount = totalcount @UsedCount = usedcount @ExpiresSoonCount = expiressooncount end |
Instance Attribute Details
#ExpiresSoonCount ⇒ Object
14569 14570 14571 |
# File 'lib/v20190423/models.rb', line 14569 def ExpiresSoonCount @ExpiresSoonCount end |
#TotalCount ⇒ Object
14569 14570 14571 |
# File 'lib/v20190423/models.rb', line 14569 def TotalCount @TotalCount end |
#Type ⇒ Object
14569 14570 14571 |
# File 'lib/v20190423/models.rb', line 14569 def Type @Type end |
#UsedCount ⇒ Object
14569 14570 14571 |
# File 'lib/v20190423/models.rb', line 14569 def UsedCount @UsedCount end |
Instance Method Details
#deserialize(params) ⇒ Object
14578 14579 14580 14581 14582 14583 |
# File 'lib/v20190423/models.rb', line 14578 def deserialize(params) @Type = params['Type'] @TotalCount = params['TotalCount'] @UsedCount = params['UsedCount'] @ExpiresSoonCount = params['ExpiresSoonCount'] end |