Class Commit
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Commit
Properties
|
Edit this page
View Source
Author
Declaration
[ProtoMember(3)]
public IdentifiableAction Author { get; set; }
Property Value
|
Edit this page
View Source
Committer
Declaration
[ProtoMember(4)]
public IdentifiableAction Committer { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
[ProtoMember(5)]
public string Message { get; set; }
Property Value
|
Edit this page
View Source
Uid
Declaration
[ProtoMember(1)]
public string Uid { get; set; }
Property Value
|
Edit this page
View Source
Url
Declaration
[ProtoMember(2)]
public string Url { get; set; }
Property Value