Class: TencentCloud::Iotexplorer::V20190423::PackageConsumeStat
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::PackageConsumeStat
- Defined in:
- lib/v20190423/models.rb
Overview
云存套餐包消耗统计
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(packageid = nil, packagename = nil, cnt = nil, price = nil, source = nil) ⇒ PackageConsumeStat
constructor
A new instance of PackageConsumeStat.
Constructor Details
#initialize(packageid = nil, packagename = nil, cnt = nil, price = nil, source = nil) ⇒ PackageConsumeStat
Returns a new instance of PackageConsumeStat.
11812 11813 11814 11815 11816 11817 11818 |
# File 'lib/v20190423/models.rb', line 11812 def initialize(packageid=nil, packagename=nil, cnt=nil, price=nil, source=nil) @PackageId = packageid @PackageName = packagename @Cnt = cnt @Price = price @Source = source end |
Instance Attribute Details
#Cnt ⇒ Object
11810 11811 11812 |
# File 'lib/v20190423/models.rb', line 11810 def Cnt @Cnt end |
#PackageId ⇒ Object
11810 11811 11812 |
# File 'lib/v20190423/models.rb', line 11810 def PackageId @PackageId end |
#PackageName ⇒ Object
11810 11811 11812 |
# File 'lib/v20190423/models.rb', line 11810 def PackageName @PackageName end |
#Price ⇒ Object
11810 11811 11812 |
# File 'lib/v20190423/models.rb', line 11810 def Price @Price end |
#Source ⇒ Object
11810 11811 11812 |
# File 'lib/v20190423/models.rb', line 11810 def Source @Source end |
Instance Method Details
#deserialize(params) ⇒ Object
11820 11821 11822 11823 11824 11825 11826 |
# File 'lib/v20190423/models.rb', line 11820 def deserialize(params) @PackageId = params['PackageId'] @PackageName = params['PackageName'] @Cnt = params['Cnt'] @Price = params['Price'] @Source = params['Source'] end |