public sealed class ImageNote : IMessage<ImageNote>, IEquatable<ImageNote>, IDeepCloneable<ImageNote>, IBufferMessage, IMessageBasis 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)| Parameter | |
|---|---|
| Name | Description |
other |
ImageNote |
Properties
Fingerprint
public Fingerprint Fingerprint { get; set; }Required. Immutable. The fingerprint of the base image.
| Property Value | |
|---|---|
| Type | Description |
Fingerprint |
|
ResourceUrl
public string ResourceUrl { get; set; }Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
| Property Value | |
|---|---|
| Type | Description |
String |
|