public sealed class DeleteNoteRequest : IMessage<DeleteNoteRequest>, IEquatable<DeleteNoteRequest>, IDeepCloneable<DeleteNoteRequest>, 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."],[[["This webpage details the `DeleteNoteRequest` class, which is used to request the deletion of a note in the Grafeas.V1 namespace."],["The `DeleteNoteRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["It provides a constructor with no parameters and a constructor that accepts another `DeleteNoteRequest` instance for creating a copy."],["The class includes two properties, `Name` and `NoteName`, which are used to specify the note to be deleted, either as a string or as a typed `NoteName` resource."],["This documentation is also versioned, with the latest version being 3.7.0 and the page in question specifically related to version 2.3.0."]]],[]]