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 webpage details the `ImageNote` class, which is part of the `Grafeas.V1` namespace and is used to represent the base image portion of a DockerImage relationship in version 2.3.0, with the latest version being 3.7.0."],["`ImageNote` inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message handling."],["The class `ImageNote` includes properties such as `Fingerprint`, which is a required and immutable fingerprint of the base image, and `ResourceUrl`, also required and immutable, which is the resource URL representing the basis of associated occurrence images."],["There are two constructors provided for creating `ImageNote` objects: one default constructor `ImageNote()`, and another that accepts another `ImageNote` object as a parameter, `ImageNote(ImageNote other)`."],["The `ImageNote` data structure is designed to be used for versioning and tracking of images, as the page provides various version links from 2.2.0 all the way up to the latest 3.7.0, allowing users to access different documentations based on the version they are looking into."]]],[]]