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"]],[["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 `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."]]],[]]