Class: TencentCloud::Cwp::V20180228::VulEmergentMsgInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

紧急通知实体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NameObject



40832
40833
40834
# File 'lib/v20180228/models.rb', line 40832

def Name
  @Name
end

#NameEnObject



40832
40833
40834
# File 'lib/v20180228/models.rb', line 40832

def NameEn
  @NameEn
end

#PublishTimeObject



40832
40833
40834
# File 'lib/v20180228/models.rb', line 40832

def PublishTime
  @PublishTime
end

#SupportDefenseObject



40832
40833
40834
# File 'lib/v20180228/models.rb', line 40832

def SupportDefense
  @SupportDefense
end

#SupportFixObject



40832
40833
40834
# File 'lib/v20180228/models.rb', line 40832

def SupportFix
  @SupportFix
end

#VulIdObject



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