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 provides documentation for the `CreateNoteRequest` class within the `Grafeas.V1` namespace, specifically for version 2.2.0."],["`CreateNoteRequest` is used to send a request to create a new note and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Note`, `NoteId`, `Parent`, and `ParentAsProjectName`, which are used to define the note's details and where it will be stored."],["Documentation for prior versions of `CreateNoteRequest` ranging from 2.2.0 to the latest 3.7.0 is provided through links."],["The `CreateNoteRequest` has two constructors: a default parameterless constructor and one that takes in another `CreateNoteRequest`."]]],[]]