Class V3VulnerabilityIndexEntry
public sealed class V3VulnerabilityIndexEntry
- Inheritance
-
V3VulnerabilityIndexEntry
- Inherited Members
- Extension Methods
Constructors
V3VulnerabilityIndexEntry(string, Uri, string, string?)
public V3VulnerabilityIndexEntry(string name, Uri url, string updated, string? comment)
Parameters
Properties
Comment
[JsonPropertyName("comment")]
public string? Comment { get; }
Property Value
Name
[JsonPropertyName("@name")]
public string Name { get; }
Property Value
Updated
[JsonPropertyName("@updated")]
public string Updated { get; }
Property Value
Url
[JsonPropertyName("@id")]
public Uri Url { get; }
Property Value
- Uri