public sealed class ImageNote : IMessage<ImageNote>, IEquatable<ImageNote>, IDeepCloneable<ImageNote>, IBufferMessage, IMessage
Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM <Basis.resource_url> Or an equivalent reference, e.g., a tag of the resource_url.
Implements
IMessage < ImageNote >, IEquatable < ImageNote >, IDeepCloneable < ImageNote >, IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
ImageNote()
public ImageNote()
ImageNote(ImageNote)
public ImageNote(ImageNote other)
Properties
Fingerprint
public Fingerprint Fingerprint { get; set; }
Required. Immutable. The fingerprint of the base image.
ResourceUrl
public string ResourceUrl { get; set; }
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.

