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
- #KbId ⇒ Object
- #KbNumber ⇒ Object
- #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, kbid = nil, kbnumber = nil) ⇒ VulEmergentMsgInfo
constructor
A new instance of VulEmergentMsgInfo.
Constructor Details
#initialize(vulid = nil, publishtime = nil, name = nil, nameen = nil, supportfix = nil, supportdefense = nil, kbid = nil, kbnumber = nil) ⇒ VulEmergentMsgInfo
Returns a new instance of VulEmergentMsgInfo.
40400 40401 40402 40403 40404 40405 40406 40407 40408 40409 |
# File 'lib/v20180228/models.rb', line 40400 def initialize(vulid=nil, publishtime=nil, name=nil, nameen=nil, supportfix=nil, supportdefense=nil, kbid=nil, kbnumber=nil) @VulId = vulid @PublishTime = publishtime @Name = name @NameEn = nameen @SupportFix = supportfix @SupportDefense = supportdefense @KbId = kbid @KbNumber = kbnumber end |
Instance Attribute Details
#KbId ⇒ Object
40398 40399 40400 |
# File 'lib/v20180228/models.rb', line 40398 def KbId @KbId end |
#KbNumber ⇒ Object
40398 40399 40400 |
# File 'lib/v20180228/models.rb', line 40398 def KbNumber @KbNumber end |
#Name ⇒ Object
40398 40399 40400 |
# File 'lib/v20180228/models.rb', line 40398 def Name @Name end |
#NameEn ⇒ Object
40398 40399 40400 |
# File 'lib/v20180228/models.rb', line 40398 def NameEn @NameEn end |
#PublishTime ⇒ Object
40398 40399 40400 |
# File 'lib/v20180228/models.rb', line 40398 def PublishTime @PublishTime end |
#SupportDefense ⇒ Object
40398 40399 40400 |
# File 'lib/v20180228/models.rb', line 40398 def SupportDefense @SupportDefense end |
#SupportFix ⇒ Object
40398 40399 40400 |
# File 'lib/v20180228/models.rb', line 40398 def SupportFix @SupportFix end |
#VulId ⇒ Object
40398 40399 40400 |
# File 'lib/v20180228/models.rb', line 40398 def VulId @VulId end |
Instance Method Details
#deserialize(params) ⇒ Object
40411 40412 40413 40414 40415 40416 40417 40418 40419 40420 |
# File 'lib/v20180228/models.rb', line 40411 def deserialize(params) @VulId = params['VulId'] @PublishTime = params['PublishTime'] @Name = params['Name'] @NameEn = params['NameEn'] @SupportFix = params['SupportFix'] @SupportDefense = params['SupportDefense'] @KbId = params['KbId'] @KbNumber = params['KbNumber'] end |