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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]