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.
8447 8448 8449 8450 8451 8452 |
# File 'lib/v20180606/models.rb', line 8447 def initialize(batch=nil, total=nil, available=nil, area=nil) @Batch = batch @Total = total @Available = available @Area = area end |
Instance Attribute Details
#Area ⇒ Object
8445 8446 8447 |
# File 'lib/v20180606/models.rb', line 8445 def Area @Area end |
#Available ⇒ Object
8445 8446 8447 |
# File 'lib/v20180606/models.rb', line 8445 def Available @Available end |
#Batch ⇒ Object
8445 8446 8447 |
# File 'lib/v20180606/models.rb', line 8445 def Batch @Batch end |
#Total ⇒ Object
8445 8446 8447 |
# File 'lib/v20180606/models.rb', line 8445 def Total @Total end |
Instance Method Details
#deserialize(params) ⇒ Object
8454 8455 8456 8457 8458 8459 |
# File 'lib/v20180606/models.rb', line 8454 def deserialize(params) @Batch = params['Batch'] @Total = params['Total'] @Available = params['Available'] @Area = params['Area'] end |