Class BuildNote (2.3.0)

public sealed class BuildNote : IMessage<BuildNote>, IEquatable<BuildNote>, IDeepCloneable<BuildNote>, IBufferMessage, IMessage

Note holding the version of the provider's builder and the signature of the provenance message in the build details occurrence.

Inheritance

Object > BuildNote

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

BuildNote()

public BuildNote()

BuildNote(BuildNote)

public BuildNote(BuildNote other)
Parameter
NameDescription
otherBuildNote

Properties

BuilderVersion

public string BuilderVersion { get; set; }

Required. Immutable. Version of the builder which produced this build.

Property Value
TypeDescription
String