Class: TencentCloud::Cwp::V20180228::MaliciousRequestWhiteListInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::MaliciousRequestWhiteListInfo
- Defined in:
- lib/v20180228/models.rb
Overview
恶意请求白名单列表信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, domain = nil, mark = nil, createtime = nil, modifytime = nil) ⇒ MaliciousRequestWhiteListInfo
constructor
A new instance of MaliciousRequestWhiteListInfo.
Constructor Details
#initialize(id = nil, domain = nil, mark = nil, createtime = nil, modifytime = nil) ⇒ MaliciousRequestWhiteListInfo
Returns a new instance of MaliciousRequestWhiteListInfo.
31417 31418 31419 31420 31421 31422 31423 |
# File 'lib/v20180228/models.rb', line 31417 def initialize(id=nil, domain=nil, mark=nil, createtime=nil, modifytime=nil) @Id = id @Domain = domain @Mark = mark @CreateTime = createtime @ModifyTime = modifytime end |
Instance Attribute Details
#CreateTime ⇒ Object
31415 31416 31417 |
# File 'lib/v20180228/models.rb', line 31415 def CreateTime @CreateTime end |
#Domain ⇒ Object
31415 31416 31417 |
# File 'lib/v20180228/models.rb', line 31415 def Domain @Domain end |
#Id ⇒ Object
31415 31416 31417 |
# File 'lib/v20180228/models.rb', line 31415 def Id @Id end |
#Mark ⇒ Object
31415 31416 31417 |
# File 'lib/v20180228/models.rb', line 31415 def Mark @Mark end |
#ModifyTime ⇒ Object
31415 31416 31417 |
# File 'lib/v20180228/models.rb', line 31415 def ModifyTime @ModifyTime end |
Instance Method Details
#deserialize(params) ⇒ Object
31425 31426 31427 31428 31429 31430 31431 |
# File 'lib/v20180228/models.rb', line 31425 def deserialize(params) @Id = params['Id'] @Domain = params['Domain'] @Mark = params['Mark'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] end |