Class: TencentCloud::Waf::V20180125::QPSPackageNew
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::QPSPackageNew
- Defined in:
- lib/v20180125/models.rb
Overview
clb-waf QPS套餐 New
Instance Attribute Summary collapse
- #BillingItem ⇒ Object
- #Count ⇒ Object
- #Region ⇒ Object
- #RenewFlag ⇒ Object
- #ResourceIds ⇒ Object
- #ValidTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourceids = nil, validtime = nil, renewflag = nil, count = nil, region = nil, billingitem = nil) ⇒ QPSPackageNew
constructor
A new instance of QPSPackageNew.
Constructor Details
#initialize(resourceids = nil, validtime = nil, renewflag = nil, count = nil, region = nil, billingitem = nil) ⇒ QPSPackageNew
Returns a new instance of QPSPackageNew.
17486 17487 17488 17489 17490 17491 17492 17493 |
# File 'lib/v20180125/models.rb', line 17486 def initialize(resourceids=nil, validtime=nil, renewflag=nil, count=nil, region=nil, billingitem=nil) @ResourceIds = resourceids @ValidTime = validtime @RenewFlag = renewflag @Count = count @Region = region @BillingItem = billingitem end |
Instance Attribute Details
#BillingItem ⇒ Object
17484 17485 17486 |
# File 'lib/v20180125/models.rb', line 17484 def BillingItem @BillingItem end |
#Count ⇒ Object
17484 17485 17486 |
# File 'lib/v20180125/models.rb', line 17484 def Count @Count end |
#Region ⇒ Object
17484 17485 17486 |
# File 'lib/v20180125/models.rb', line 17484 def Region @Region end |
#RenewFlag ⇒ Object
17484 17485 17486 |
# File 'lib/v20180125/models.rb', line 17484 def RenewFlag @RenewFlag end |
#ResourceIds ⇒ Object
17484 17485 17486 |
# File 'lib/v20180125/models.rb', line 17484 def ResourceIds @ResourceIds end |
#ValidTime ⇒ Object
17484 17485 17486 |
# File 'lib/v20180125/models.rb', line 17484 def ValidTime @ValidTime end |
Instance Method Details
#deserialize(params) ⇒ Object
17495 17496 17497 17498 17499 17500 17501 17502 |
# File 'lib/v20180125/models.rb', line 17495 def deserialize(params) @ResourceIds = params['ResourceIds'] @ValidTime = params['ValidTime'] @RenewFlag = params['RenewFlag'] @Count = params['Count'] @Region = params['Region'] @BillingItem = params['BillingItem'] end |