public sealed class DeleteNoteRequest : IMessage<DeleteNoteRequest>, IEquatable<DeleteNoteRequest>, IDeepCloneable<DeleteNoteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class DeleteNoteRequest.
[[["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 documentation covers the `DeleteNoteRequest` class within the Grafeas v1 API, used for requesting the deletion of a note."],["The latest version of the documentation is for version 3.7.0, with older versions ranging back to 2.2.0 accessible in the navigation."],["`DeleteNoteRequest` is a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The class has two constructors: a default one and another that takes a `DeleteNoteRequest` object as a parameter for copying."],["The class contains two properties, `Name`, which stores the note's full resource name as a string, and `NoteName`, a typed view over the `Name` property."]]],[]]