Class: TencentCloud::Cwp::V20180228::PatchInfoDetail
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::PatchInfoDetail
- Defined in:
- lib/v20180228/models.rb
Overview
补丁信息详情
Instance Attribute Summary collapse
- #Id ⇒ Object
- #KbDocUrl ⇒ Object
- #KBNo ⇒ Object
- #Name ⇒ Object
- #PublishTime ⇒ Object
- #RelatedCveId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(kbno = nil, name = nil, publishtime = nil, relatedcveid = nil, kbdocurl = nil, id = nil) ⇒ PatchInfoDetail
constructor
A new instance of PatchInfoDetail.
Constructor Details
#initialize(kbno = nil, name = nil, publishtime = nil, relatedcveid = nil, kbdocurl = nil, id = nil) ⇒ PatchInfoDetail
Returns a new instance of PatchInfoDetail.
34999 35000 35001 35002 35003 35004 35005 35006 |
# File 'lib/v20180228/models.rb', line 34999 def initialize(kbno=nil, name=nil, publishtime=nil, =nil, kbdocurl=nil, id=nil) @KBNo = kbno @Name = name @PublishTime = publishtime @RelatedCveId = @KbDocUrl = kbdocurl @Id = id end |
Instance Attribute Details
#Id ⇒ Object
34997 34998 34999 |
# File 'lib/v20180228/models.rb', line 34997 def Id @Id end |
#KbDocUrl ⇒ Object
34997 34998 34999 |
# File 'lib/v20180228/models.rb', line 34997 def KbDocUrl @KbDocUrl end |
#KBNo ⇒ Object
34997 34998 34999 |
# File 'lib/v20180228/models.rb', line 34997 def KBNo @KBNo end |
#Name ⇒ Object
34997 34998 34999 |
# File 'lib/v20180228/models.rb', line 34997 def Name @Name end |
#PublishTime ⇒ Object
34997 34998 34999 |
# File 'lib/v20180228/models.rb', line 34997 def PublishTime @PublishTime end |
#RelatedCveId ⇒ Object
34997 34998 34999 |
# File 'lib/v20180228/models.rb', line 34997 def RelatedCveId @RelatedCveId end |
Instance Method Details
#deserialize(params) ⇒ Object
35008 35009 35010 35011 35012 35013 35014 35015 |
# File 'lib/v20180228/models.rb', line 35008 def deserialize(params) @KBNo = params['KBNo'] @Name = params['Name'] @PublishTime = params['PublishTime'] @RelatedCveId = params['RelatedCveId'] @KbDocUrl = params['KbDocUrl'] @Id = params['Id'] end |