Class: TencentCloud::Cwp::V20180228::VulEmergentMsgInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::VulEmergentMsgInfo
- Defined in:
- lib/v20180228/models.rb
Overview
紧急通知实体
Instance Attribute Summary collapse
- #Name ⇒ Object
- #NameEn ⇒ Object
- #PublishTime ⇒ Object
- #SupportDefense ⇒ Object
- #SupportFix ⇒ Object
- #VulId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vulid = nil, publishtime = nil, name = nil, nameen = nil, supportfix = nil, supportdefense = nil) ⇒ VulEmergentMsgInfo
constructor
A new instance of VulEmergentMsgInfo.
Constructor Details
#initialize(vulid = nil, publishtime = nil, name = nil, nameen = nil, supportfix = nil, supportdefense = nil) ⇒ VulEmergentMsgInfo
40834 40835 40836 40837 40838 40839 40840 40841 |
# File 'lib/v20180228/models.rb', line 40834 def initialize(vulid=nil, publishtime=nil, name=nil, nameen=nil, supportfix=nil, supportdefense=nil) @VulId = vulid @PublishTime = publishtime @Name = name @NameEn = nameen @SupportFix = supportfix @SupportDefense = supportdefense end |
Instance Attribute Details
#Name ⇒ Object
40832 40833 40834 |
# File 'lib/v20180228/models.rb', line 40832 def Name @Name end |
#NameEn ⇒ Object
40832 40833 40834 |
# File 'lib/v20180228/models.rb', line 40832 def NameEn @NameEn end |
#PublishTime ⇒ Object
40832 40833 40834 |
# File 'lib/v20180228/models.rb', line 40832 def PublishTime @PublishTime end |
#SupportDefense ⇒ Object
40832 40833 40834 |
# File 'lib/v20180228/models.rb', line 40832 def SupportDefense @SupportDefense end |
#SupportFix ⇒ Object
40832 40833 40834 |
# File 'lib/v20180228/models.rb', line 40832 def SupportFix @SupportFix end |
#VulId ⇒ Object
40832 40833 40834 |
# File 'lib/v20180228/models.rb', line 40832 def VulId @VulId end |
Instance Method Details
#deserialize(params) ⇒ Object
40843 40844 40845 40846 40847 40848 40849 40850 |
# File 'lib/v20180228/models.rb', line 40843 def deserialize(params) @VulId = params['VulId'] @PublishTime = params['PublishTime'] @Name = params['Name'] @NameEn = params['NameEn'] @SupportFix = params['SupportFix'] @SupportDefense = params['SupportDefense'] end |