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 is available in multiple versions, from 2.2.0 to the latest 3.7.0, with links to documentation for each specific version."],["The `DeleteNoteRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, a default one and another that takes another `DeleteNoteRequest` object as a parameter, and has two properties: `Name` (a string) and `NoteName` (a `NoteName`-typed view of the name)."],["The `Name` property represents the resource name of the note to be deleted in the specified format."]]],[]]