Class: TencentCloud::Waf::V20180125::MiniPkg
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::MiniPkg
- Defined in:
- lib/v20180125/models.rb
Overview
小程序安全资源信息
Instance Attribute Summary collapse
- #BeginTime ⇒ Object
- #BillingItem ⇒ Object
- #Count ⇒ Object
- #EndTime ⇒ Object
- #Region ⇒ Object
- #RenewFlag ⇒ Object
- #ResourceIds ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourceids = nil, status = nil, region = nil, begintime = nil, endtime = nil, count = nil, renewflag = nil, billingitem = nil) ⇒ MiniPkg
constructor
A new instance of MiniPkg.
Constructor Details
#initialize(resourceids = nil, status = nil, region = nil, begintime = nil, endtime = nil, count = nil, renewflag = nil, billingitem = nil) ⇒ MiniPkg
Returns a new instance of MiniPkg.
13787 13788 13789 13790 13791 13792 13793 13794 13795 13796 |
# File 'lib/v20180125/models.rb', line 13787 def initialize(resourceids=nil, status=nil, region=nil, begintime=nil, endtime=nil, count=nil, renewflag=nil, billingitem=nil) @ResourceIds = resourceids @Status = status @Region = region @BeginTime = begintime @EndTime = endtime @Count = count @RenewFlag = renewflag @BillingItem = billingitem end |
Instance Attribute Details
#BeginTime ⇒ Object
13785 13786 13787 |
# File 'lib/v20180125/models.rb', line 13785 def BeginTime @BeginTime end |
#BillingItem ⇒ Object
13785 13786 13787 |
# File 'lib/v20180125/models.rb', line 13785 def BillingItem @BillingItem end |
#Count ⇒ Object
13785 13786 13787 |
# File 'lib/v20180125/models.rb', line 13785 def Count @Count end |
#EndTime ⇒ Object
13785 13786 13787 |
# File 'lib/v20180125/models.rb', line 13785 def EndTime @EndTime end |
#Region ⇒ Object
13785 13786 13787 |
# File 'lib/v20180125/models.rb', line 13785 def Region @Region end |
#RenewFlag ⇒ Object
13785 13786 13787 |
# File 'lib/v20180125/models.rb', line 13785 def RenewFlag @RenewFlag end |
#ResourceIds ⇒ Object
13785 13786 13787 |
# File 'lib/v20180125/models.rb', line 13785 def ResourceIds @ResourceIds end |
#Status ⇒ Object
13785 13786 13787 |
# File 'lib/v20180125/models.rb', line 13785 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
13798 13799 13800 13801 13802 13803 13804 13805 13806 13807 |
# File 'lib/v20180125/models.rb', line 13798 def deserialize(params) @ResourceIds = params['ResourceIds'] @Status = params['Status'] @Region = params['Region'] @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @Count = params['Count'] @RenewFlag = params['RenewFlag'] @BillingItem = params['BillingItem'] end |