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.
11121 11122 11123 11124 11125 11126 |
# File 'lib/v20180606/models.rb', line 11121 def initialize(batch=nil, total=nil, available=nil, area=nil) @Batch = batch @Total = total @Available = available @Area = area end |
Instance Attribute Details
#Area ⇒ Object
11119 11120 11121 |
# File 'lib/v20180606/models.rb', line 11119 def Area @Area end |
#Available ⇒ Object
11119 11120 11121 |
# File 'lib/v20180606/models.rb', line 11119 def Available @Available end |
#Batch ⇒ Object
11119 11120 11121 |
# File 'lib/v20180606/models.rb', line 11119 def Batch @Batch end |
#Total ⇒ Object
11119 11120 11121 |
# File 'lib/v20180606/models.rb', line 11119 def Total @Total end |
Instance Method Details
#deserialize(params) ⇒ Object
11128 11129 11130 11131 11132 11133 |
# File 'lib/v20180606/models.rb', line 11128 def deserialize(params) @Batch = params['Batch'] @Total = params['Total'] @Available = params['Available'] @Area = params['Area'] end |