Class: TencentCloud::Cdn::V20180606::Quota
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::Quota
- Defined in:
- lib/v20180606/models.rb
Overview
刷新/预热 可用量及配额
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batch = nil, total = nil, available = nil, area = nil) ⇒ Quota
constructor
A new instance of Quota.
Constructor Details
#initialize(batch = nil, total = nil, available = nil, area = nil) ⇒ Quota
Returns a new instance of Quota.
11102 11103 11104 11105 11106 11107 |
# File 'lib/v20180606/models.rb', line 11102 def initialize(batch=nil, total=nil, available=nil, area=nil) @Batch = batch @Total = total @Available = available @Area = area end |
Instance Attribute Details
#Area ⇒ Object
11100 11101 11102 |
# File 'lib/v20180606/models.rb', line 11100 def Area @Area end |
#Available ⇒ Object
11100 11101 11102 |
# File 'lib/v20180606/models.rb', line 11100 def Available @Available end |
#Batch ⇒ Object
11100 11101 11102 |
# File 'lib/v20180606/models.rb', line 11100 def Batch @Batch end |
#Total ⇒ Object
11100 11101 11102 |
# File 'lib/v20180606/models.rb', line 11100 def Total @Total end |
Instance Method Details
#deserialize(params) ⇒ Object
11109 11110 11111 11112 11113 11114 |
# File 'lib/v20180606/models.rb', line 11109 def deserialize(params) @Batch = params['Batch'] @Total = params['Total'] @Available = params['Available'] @Area = params['Area'] end |