public sealed class DSSEAttestationNote : IMessage<DSSEAttestationNote>, IEquatable<DSSEAttestationNote>, IDeepCloneable<DSSEAttestationNote>, IBufferMessage, IMessage
[[["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 `DSSEAttestationNote` class in version 3.3.0 is a public sealed class that inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class represents a DSSE (Data Structure for Signed Endorsements) attestation note and provides information related to attestation authorities within the Grafeas.V1 namespace."],["There are two constructors available for `DSSEAttestationNote`: a default constructor and a constructor that accepts another `DSSEAttestationNote` instance as a parameter."],["The `DSSEAttestationNote` class has one property called `Hint` which is of type `DSSEAttestationNote.Types.DSSEHint` and it describes the purpose of the attestation authority."],["The versions available for the `DSSEAttestationNote` range from version 2.2.0 to 3.7.0, with 3.7.0 being the latest version."]]],[]]