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.
31868 31869 31870 31871 31872 31873 31874 |
# File 'lib/v20180228/models.rb', line 31868 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
31866 31867 31868 |
# File 'lib/v20180228/models.rb', line 31866 def CreateTime @CreateTime end |
#Domain ⇒ Object
31866 31867 31868 |
# File 'lib/v20180228/models.rb', line 31866 def Domain @Domain end |
#Id ⇒ Object
31866 31867 31868 |
# File 'lib/v20180228/models.rb', line 31866 def Id @Id end |
#Mark ⇒ Object
31866 31867 31868 |
# File 'lib/v20180228/models.rb', line 31866 def Mark @Mark end |
#ModifyTime ⇒ Object
31866 31867 31868 |
# File 'lib/v20180228/models.rb', line 31866 def ModifyTime @ModifyTime end |
Instance Method Details
#deserialize(params) ⇒ Object
31876 31877 31878 31879 31880 31881 31882 |
# File 'lib/v20180228/models.rb', line 31876 def deserialize(params) @Id = params['Id'] @Domain = params['Domain'] @Mark = params['Mark'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] end |