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"]],[["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 documentation page covers the `DeleteNoteRequest` class within the Grafeas v1 API, specifically focusing on version 3.6.0."],["The `DeleteNoteRequest` class is used to send a request to delete a note, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides access to different versions of the `DeleteNoteRequest` documentation, from 2.2.0 up to the latest, 3.7.0."],["The `DeleteNoteRequest` class contains two properties: `Name` (a string representing the note's resource name) and `NoteName` (a `NoteName`-typed view over the `Name` property)."]]],[]]