Class: TencentCloud::Waf::V20180125::MiniExtendPkg
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::MiniExtendPkg
- Defined in:
- lib/v20180125/models.rb
Overview
小程序安全接入ID扩展资源信息
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) ⇒ MiniExtendPkg
constructor
A new instance of MiniExtendPkg.
Constructor Details
#initialize(resourceids = nil, status = nil, region = nil, begintime = nil, endtime = nil, count = nil, renewflag = nil, billingitem = nil) ⇒ MiniExtendPkg
Returns a new instance of MiniExtendPkg.
13743 13744 13745 13746 13747 13748 13749 13750 13751 13752 |
# File 'lib/v20180125/models.rb', line 13743 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
13741 13742 13743 |
# File 'lib/v20180125/models.rb', line 13741 def BeginTime @BeginTime end |
#BillingItem ⇒ Object
13741 13742 13743 |
# File 'lib/v20180125/models.rb', line 13741 def BillingItem @BillingItem end |
#Count ⇒ Object
13741 13742 13743 |
# File 'lib/v20180125/models.rb', line 13741 def Count @Count end |
#EndTime ⇒ Object
13741 13742 13743 |
# File 'lib/v20180125/models.rb', line 13741 def EndTime @EndTime end |
#Region ⇒ Object
13741 13742 13743 |
# File 'lib/v20180125/models.rb', line 13741 def Region @Region end |
#RenewFlag ⇒ Object
13741 13742 13743 |
# File 'lib/v20180125/models.rb', line 13741 def RenewFlag @RenewFlag end |
#ResourceIds ⇒ Object
13741 13742 13743 |
# File 'lib/v20180125/models.rb', line 13741 def ResourceIds @ResourceIds end |
#Status ⇒ Object
13741 13742 13743 |
# File 'lib/v20180125/models.rb', line 13741 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 |
# File 'lib/v20180125/models.rb', line 13754 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 |