Class: TencentCloud::Waf::V20180125::BotSecurityPkg
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::BotSecurityPkg
- Defined in:
- lib/v20180125/models.rb
Overview
BOT安全护航资源信息
Instance Attribute Summary collapse
- #BeginTime ⇒ Object
- #BillingItem ⇒ Object
- #EndTime ⇒ Object
- #InquireNum ⇒ Object
- #Region ⇒ Object
- #RenewFlag ⇒ Object
- #ResourceIds ⇒ Object
- #Status ⇒ Object
- #UsedNum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourceids = nil, status = nil, region = nil, begintime = nil, endtime = nil, inquirenum = nil, usednum = nil, renewflag = nil, billingitem = nil) ⇒ BotSecurityPkg
constructor
A new instance of BotSecurityPkg.
Constructor Details
#initialize(resourceids = nil, status = nil, region = nil, begintime = nil, endtime = nil, inquirenum = nil, usednum = nil, renewflag = nil, billingitem = nil) ⇒ BotSecurityPkg
Returns a new instance of BotSecurityPkg.
2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 |
# File 'lib/v20180125/models.rb', line 2597 def initialize(resourceids=nil, status=nil, region=nil, begintime=nil, endtime=nil, inquirenum=nil, usednum=nil, renewflag=nil, billingitem=nil) @ResourceIds = resourceids @Status = status @Region = region @BeginTime = begintime @EndTime = endtime @InquireNum = inquirenum @UsedNum = usednum @RenewFlag = renewflag @BillingItem = billingitem end |
Instance Attribute Details
#BeginTime ⇒ Object
2595 2596 2597 |
# File 'lib/v20180125/models.rb', line 2595 def BeginTime @BeginTime end |
#BillingItem ⇒ Object
2595 2596 2597 |
# File 'lib/v20180125/models.rb', line 2595 def BillingItem @BillingItem end |
#EndTime ⇒ Object
2595 2596 2597 |
# File 'lib/v20180125/models.rb', line 2595 def EndTime @EndTime end |
#InquireNum ⇒ Object
2595 2596 2597 |
# File 'lib/v20180125/models.rb', line 2595 def InquireNum @InquireNum end |
#Region ⇒ Object
2595 2596 2597 |
# File 'lib/v20180125/models.rb', line 2595 def Region @Region end |
#RenewFlag ⇒ Object
2595 2596 2597 |
# File 'lib/v20180125/models.rb', line 2595 def RenewFlag @RenewFlag end |
#ResourceIds ⇒ Object
2595 2596 2597 |
# File 'lib/v20180125/models.rb', line 2595 def ResourceIds @ResourceIds end |
#Status ⇒ Object
2595 2596 2597 |
# File 'lib/v20180125/models.rb', line 2595 def Status @Status end |
#UsedNum ⇒ Object
2595 2596 2597 |
# File 'lib/v20180125/models.rb', line 2595 def UsedNum @UsedNum end |
Instance Method Details
#deserialize(params) ⇒ Object
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 |
# File 'lib/v20180125/models.rb', line 2609 def deserialize(params) @ResourceIds = params['ResourceIds'] @Status = params['Status'] @Region = params['Region'] @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @InquireNum = params['InquireNum'] @UsedNum = params['UsedNum'] @RenewFlag = params['RenewFlag'] @BillingItem = params['BillingItem'] end |