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.
25064 25065 25066 25067 25068 25069 25070 25071 25072 25073 |
# File 'lib/v20180228/models.rb', line 25064 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
25062 25063 25064 |
# File 'lib/v20180228/models.rb', line 25062 def ProtectDirNum @ProtectDirNum end |
#ProtectFileNum ⇒ Object
25062 25063 25064 |
# File 'lib/v20180228/models.rb', line 25062 def ProtectFileNum @ProtectFileNum end |
#ProtectHostNum ⇒ Object
25062 25063 25064 |
# File 'lib/v20180228/models.rb', line 25062 def ProtectHostNum @ProtectHostNum end |
#ProtectMonitor ⇒ Object
25062 25063 25064 |
# File 'lib/v20180228/models.rb', line 25062 def ProtectMonitor @ProtectMonitor end |
#ProtectToday ⇒ Object
25062 25063 25064 |
# File 'lib/v20180228/models.rb', line 25062 def ProtectToday @ProtectToday end |
#RequestId ⇒ Object
25062 25063 25064 |
# File 'lib/v20180228/models.rb', line 25062 def RequestId @RequestId end |
#TamperFileNum ⇒ Object
25062 25063 25064 |
# File 'lib/v20180228/models.rb', line 25062 def TamperFileNum @TamperFileNum end |
#TamperNum ⇒ Object
25062 25063 25064 |
# File 'lib/v20180228/models.rb', line 25062 def TamperNum @TamperNum end |
Instance Method Details
#deserialize(params) ⇒ Object
25075 25076 25077 25078 25079 25080 25081 25082 25083 25084 |
# File 'lib/v20180228/models.rb', line 25075 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 |