Class: TencentCloud::Cwp::V20180228::MalwareWhiteListAffectEvent
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::MalwareWhiteListAffectEvent
- Defined in:
- lib/v20180228/models.rb
Overview
木马白名单影响事件信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, hostip = nil, md5 = nil, filepath = nil, createtime = nil) ⇒ MalwareWhiteListAffectEvent
constructor
A new instance of MalwareWhiteListAffectEvent.
Constructor Details
#initialize(id = nil, hostip = nil, md5 = nil, filepath = nil, createtime = nil) ⇒ MalwareWhiteListAffectEvent
Returns a new instance of MalwareWhiteListAffectEvent.
31660 31661 31662 31663 31664 31665 31666 |
# File 'lib/v20180228/models.rb', line 31660 def initialize(id=nil, hostip=nil, md5=nil, filepath=nil, createtime=nil) @Id = id @HostIp = hostip @Md5 = md5 @FilePath = filepath @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
31658 31659 31660 |
# File 'lib/v20180228/models.rb', line 31658 def CreateTime @CreateTime end |
#FilePath ⇒ Object
31658 31659 31660 |
# File 'lib/v20180228/models.rb', line 31658 def FilePath @FilePath end |
#HostIp ⇒ Object
31658 31659 31660 |
# File 'lib/v20180228/models.rb', line 31658 def HostIp @HostIp end |
#Id ⇒ Object
31658 31659 31660 |
# File 'lib/v20180228/models.rb', line 31658 def Id @Id end |
#Md5 ⇒ Object
31658 31659 31660 |
# File 'lib/v20180228/models.rb', line 31658 def Md5 @Md5 end |
Instance Method Details
#deserialize(params) ⇒ Object
31668 31669 31670 31671 31672 31673 31674 |
# File 'lib/v20180228/models.rb', line 31668 def deserialize(params) @Id = params['Id'] @HostIp = params['HostIp'] @Md5 = params['Md5'] @FilePath = params['FilePath'] @CreateTime = params['CreateTime'] end |