Class ImageNote (3.0.0)

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.

Inheritance

Object > ImageNote

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

ImageNote()

public ImageNote()

ImageNote(ImageNote)

public ImageNote(ImageNote other)
Parameter
NameDescription
otherImageNote

Properties

Fingerprint

public Fingerprint Fingerprint { get; set; }

Required. Immutable. The fingerprint of the base image.

Property Value
TypeDescription
Fingerprint

ResourceUrl

public string ResourceUrl { get; set; }

Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.

Property Value
TypeDescription
String