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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `ImageNote` class describes the base image portion of a DockerImage relationship and is found within the Grafeas.V1 namespace, version 2.2.0."],["`ImageNote` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors: a default constructor and a copy constructor that takes another `ImageNote` object as a parameter."],["`ImageNote` includes two key properties: `Fingerprint`, representing the fingerprint of the base image, and `ResourceUrl`, which is the resource URL of the base image."],["The latest version of the documentation is 3.7.0 and it includes versions all the way down to 2.2.0."]]],[]]