Class: TencentCloud::Cwp::V20180228::DescribeWebPageGeneralizeResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeWebPageGeneralizeResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeWebPageGeneralize返回参数结构体
Instance Attribute Summary collapse
- #ProtectDirNum ⇒ Object
- #ProtectFileNum ⇒ Object
- #ProtectHostNum ⇒ Object
- #ProtectMonitor ⇒ Object
- #ProtectToday ⇒ Object
- #RequestId ⇒ Object
- #TamperFileNum ⇒ Object
- #TamperNum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(protectmonitor = nil, protectdirnum = nil, protectfilenum = nil, tamperfilenum = nil, tampernum = nil, protecttoday = nil, protecthostnum = nil, requestid = nil) ⇒ DescribeWebPageGeneralizeResponse
constructor
A new instance of DescribeWebPageGeneralizeResponse.
Constructor Details
#initialize(protectmonitor = nil, protectdirnum = nil, protectfilenum = nil, tamperfilenum = nil, tampernum = nil, protecttoday = nil, protecthostnum = nil, requestid = nil) ⇒ DescribeWebPageGeneralizeResponse
Returns a new instance of DescribeWebPageGeneralizeResponse.
24679 24680 24681 24682 24683 24684 24685 24686 24687 24688 |
# File 'lib/v20180228/models.rb', line 24679 def initialize(protectmonitor=nil, protectdirnum=nil, protectfilenum=nil, tamperfilenum=nil, tampernum=nil, protecttoday=nil, protecthostnum=nil, requestid=nil) @ProtectMonitor = protectmonitor @ProtectDirNum = protectdirnum @ProtectFileNum = protectfilenum @TamperFileNum = tamperfilenum @TamperNum = tampernum @ProtectToday = protecttoday @ProtectHostNum = protecthostnum @RequestId = requestid end |
Instance Attribute Details
#ProtectDirNum ⇒ Object
24677 24678 24679 |
# File 'lib/v20180228/models.rb', line 24677 def ProtectDirNum @ProtectDirNum end |
#ProtectFileNum ⇒ Object
24677 24678 24679 |
# File 'lib/v20180228/models.rb', line 24677 def ProtectFileNum @ProtectFileNum end |
#ProtectHostNum ⇒ Object
24677 24678 24679 |
# File 'lib/v20180228/models.rb', line 24677 def ProtectHostNum @ProtectHostNum end |
#ProtectMonitor ⇒ Object
24677 24678 24679 |
# File 'lib/v20180228/models.rb', line 24677 def ProtectMonitor @ProtectMonitor end |
#ProtectToday ⇒ Object
24677 24678 24679 |
# File 'lib/v20180228/models.rb', line 24677 def ProtectToday @ProtectToday end |
#RequestId ⇒ Object
24677 24678 24679 |
# File 'lib/v20180228/models.rb', line 24677 def RequestId @RequestId end |
#TamperFileNum ⇒ Object
24677 24678 24679 |
# File 'lib/v20180228/models.rb', line 24677 def TamperFileNum @TamperFileNum end |
#TamperNum ⇒ Object
24677 24678 24679 |
# File 'lib/v20180228/models.rb', line 24677 def TamperNum @TamperNum end |
Instance Method Details
#deserialize(params) ⇒ Object
24690 24691 24692 24693 24694 24695 24696 24697 24698 24699 |
# File 'lib/v20180228/models.rb', line 24690 def deserialize(params) @ProtectMonitor = params['ProtectMonitor'] @ProtectDirNum = params['ProtectDirNum'] @ProtectFileNum = params['ProtectFileNum'] @TamperFileNum = params['TamperFileNum'] @TamperNum = params['TamperNum'] @ProtectToday = params['ProtectToday'] @ProtectHostNum = params['ProtectHostNum'] @RequestId = params['RequestId'] end |