public sealed class BuildNote : IMessage<BuildNote>, IEquatable<BuildNote>, IDeepCloneable<BuildNote>, IBufferMessage, IMessageNote holding the version of the provider's builder and the signature of the provenance message in the build details occurrence.
Implements
IMessage<BuildNote>, IEquatable<BuildNote>, IDeepCloneable<BuildNote>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
BuildNote()
public BuildNote()BuildNote(BuildNote)
public BuildNote(BuildNote other)| Parameter | |
|---|---|
| Name | Description |
other |
BuildNote |
Properties
BuilderVersion
public string BuilderVersion { get; set; }Required. Immutable. Version of the builder which produced this build.
| Property Value | |
|---|---|
| Type | Description |
String |
|