Class Commit
Inheritance
System.Object
Commit
Assembly: CycloneDX.Core.dll
Syntax
public class Commit : object
Properties
|
Improve this Doc
View Source
Author
Declaration
public IdentifiableAction Author { get; set; }
Property Value
|
Improve this Doc
View Source
Committer
Declaration
public IdentifiableAction Committer { get; set; }
Property Value
|
Improve this Doc
View Source
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Uid
Declaration
public string Uid { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|