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-03-21 UTC."],[[["This webpage documents the `ImageNote` class within the `Grafeas.V1` namespace, specifically for version 3.0.0 of the .NET library, which is part of the DockerImage relationship."],["`ImageNote` describes the base image portion and is used to derive linked occurrences through the `resource_url`, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `ImageNote()` and another `ImageNote(ImageNote other)` to create a copy of an existing `ImageNote` object."],["`ImageNote` has two properties, `Fingerprint` of type `Fingerprint`, which is a required immutable property, and `ResourceUrl` of type `String`, which represents the resource URL for the basis of associated occurrence images."],["The content displays a version history of the `ImageNote`, listing several versions of the `Grafeas.V1` namespace including the latest one."]]],[]]