Class Issue
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Issue
Properties
|
Edit this page
View Source
Description
Declaration
[ProtoMember(4)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[ProtoMember(2)]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(3)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
References
Declaration
[ProtoMember(6)]
public List<string> References { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
[ProtoMember(5)]
public Source Source { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[ProtoMember(1, IsRequired = true)]
public Issue.IssueClassification Type { get; set; }
Property Value