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 page 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 implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`CreateNoteRequest()`) and a copy constructor (`CreateNoteRequest(CreateNoteRequest other)`), along with inheriting methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."],["The `CreateNoteRequest` class contains properties like `Note`, `NoteId`, `Parent`, and `ParentAsProjectName`, with `Parent` specifying the project where the note will be created, and `Note` containing the actual content of the note to be created."],["The page has previous versions of Grafeas.V1 which can be seen with the latest being version 3.7.0, with the current page focused on version 2.3.0."]]],[]]