public sealed class CreateNoteRequest : IMessage<CreateNoteRequest>, IEquatable<CreateNoteRequest>, IDeepCloneable<CreateNoteRequest>, 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 `CreateNoteRequest` class, which is used to request the creation of a new note within the Grafeas.V1 namespace."],["The `CreateNoteRequest` class is part of the Grafeas.V1.dll assembly and is the base of several implementations, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateNoteRequest` class contains properties to specify details about the note, such as the `Note` itself, a unique `NoteId`, and the `Parent` project under which the note will be created, which is also accessible in a `ProjectName` typed view."],["The latest documentation available for `CreateNoteRequest` is Version 3.7.0, and versions back to 2.2.0 are also available for access."]]],[]]