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 within the `Grafeas.V1` namespace, which is used to request the deletion of a note."],["The `DeleteNoteRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`DeleteNoteRequest()`) and a copy constructor (`DeleteNoteRequest(DeleteNoteRequest other)`)."],["The `DeleteNoteRequest` class has two key properties: `Name`, which is a string representing the note's resource name, and `NoteName`, which provides a typed view of the resource name."],["The webpage includes a comprehensive list of versions and links, with version 3.7.0 as the latest."]]],[]]