Class: TencentCloud::Cws::V20180312::Vul
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cws::V20180312::Vul
- Defined in:
- lib/v20180312/models.rb
Overview
漏洞数据
Instance Attribute Summary collapse
- #Appid ⇒ Object
- #CreatedAt ⇒ Object
- #Describe ⇒ Object
- #From ⇒ Object
- #Harm ⇒ Object
- #Html ⇒ Object
- #Id ⇒ Object
- #IsReported ⇒ Object
- #Level ⇒ Object
- #Name ⇒ Object
- #Nickname ⇒ Object
- #Parameter ⇒ Object
- #SiteId ⇒ Object
- #Solution ⇒ Object
- #TaskId ⇒ Object
- #Uin ⇒ Object
- #UpdatedAt ⇒ Object
- #Url ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, siteid = nil, taskid = nil, level = nil, name = nil, url = nil, html = nil, nickname = nil, harm = nil, describe = nil, solution = nil, from = nil, parameter = nil, createdat = nil, updatedat = nil, isreported = nil, appid = nil, uin = nil) ⇒ Vul
constructor
A new instance of Vul.
Constructor Details
#initialize(id = nil, siteid = nil, taskid = nil, level = nil, name = nil, url = nil, html = nil, nickname = nil, harm = nil, describe = nil, solution = nil, from = nil, parameter = nil, createdat = nil, updatedat = nil, isreported = nil, appid = nil, uin = nil) ⇒ Vul
Returns a new instance of Vul.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'lib/v20180312/models.rb', line 1402 def initialize(id=nil, siteid=nil, taskid=nil, level=nil, name=nil, url=nil, html=nil, nickname=nil, harm=nil, describe=nil, solution=nil, from=nil, parameter=nil, createdat=nil, updatedat=nil, isreported=nil, appid=nil, uin=nil) @Id = id @SiteId = siteid @TaskId = taskid @Level = level @Name = name @Url = url @Html = html @Nickname = nickname @Harm = harm @Describe = describe @Solution = solution @From = from @Parameter = parameter @CreatedAt = createdat @UpdatedAt = updatedat @IsReported = isreported @Appid = appid @Uin = uin end |
Instance Attribute Details
#Appid ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Appid @Appid end |
#CreatedAt ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def CreatedAt @CreatedAt end |
#Describe ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Describe @Describe end |
#From ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def From @From end |
#Harm ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Harm @Harm end |
#Html ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Html @Html end |
#Id ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Id @Id end |
#IsReported ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def IsReported @IsReported end |
#Level ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Level @Level end |
#Name ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Name @Name end |
#Nickname ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Nickname @Nickname end |
#Parameter ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Parameter @Parameter end |
#SiteId ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def SiteId @SiteId end |
#Solution ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Solution @Solution end |
#TaskId ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def TaskId @TaskId end |
#Uin ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Uin @Uin end |
#UpdatedAt ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def UpdatedAt @UpdatedAt end |
#Url ⇒ Object
1400 1401 1402 |
# File 'lib/v20180312/models.rb', line 1400 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 |
# File 'lib/v20180312/models.rb', line 1423 def deserialize(params) @Id = params['Id'] @SiteId = params['SiteId'] @TaskId = params['TaskId'] @Level = params['Level'] @Name = params['Name'] @Url = params['Url'] @Html = params['Html'] @Nickname = params['Nickname'] @Harm = params['Harm'] @Describe = params['Describe'] @Solution = params['Solution'] @From = params['From'] @Parameter = params['Parameter'] @CreatedAt = params['CreatedAt'] @UpdatedAt = params['UpdatedAt'] @IsReported = params['IsReported'] @Appid = params['Appid'] @Uin = params['Uin'] end |