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.
14541 14542 14543 14544 14545 14546 |
# File 'lib/v20190423/models.rb', line 14541 def initialize(type=nil, totalcount=nil, usedcount=nil, expiressooncount=nil) @Type = type @TotalCount = totalcount @UsedCount = usedcount @ExpiresSoonCount = expiressooncount end |
Instance Attribute Details
#ExpiresSoonCount ⇒ Object
14539 14540 14541 |
# File 'lib/v20190423/models.rb', line 14539 def ExpiresSoonCount @ExpiresSoonCount end |
#TotalCount ⇒ Object
14539 14540 14541 |
# File 'lib/v20190423/models.rb', line 14539 def TotalCount @TotalCount end |
#Type ⇒ Object
14539 14540 14541 |
# File 'lib/v20190423/models.rb', line 14539 def Type @Type end |
#UsedCount ⇒ Object
14539 14540 14541 |
# File 'lib/v20190423/models.rb', line 14539 def UsedCount @UsedCount end |
Instance Method Details
#deserialize(params) ⇒ Object
14548 14549 14550 14551 14552 14553 |
# File 'lib/v20190423/models.rb', line 14548 def deserialize(params) @Type = params['Type'] @TotalCount = params['TotalCount'] @UsedCount = params['UsedCount'] @ExpiresSoonCount = params['ExpiresSoonCount'] end |