Grafeas v1 API - Class BuildNote (3.6.0)

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

Reference documentation and code samples for the Grafeas v1 API class BuildNote.

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