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 webpage provides reference documentation for the `DeleteNoteRequest` class within the Grafeas v1 API, specifically for version 3.3.0."],["The `DeleteNoteRequest` class is used to formulate requests for deleting a note within the Grafeas API and implements multiple interfaces."],["The `DeleteNoteRequest` class has two constructors, one default and one that copies another `DeleteNoteRequest` object."],["The class contains two properties: `Name`, which is a string representing the name of the note to be deleted, and `NoteName`, which is a typed view over the `Name`."],["The webpage also lists other available versions of the `DeleteNoteRequest` documentation ranging from version 2.2.0 to 3.7.0."]]],[]]