public sealed class CreateNoteRequest : IMessage<CreateNoteRequest>, IEquatable<CreateNoteRequest>, IDeepCloneable<CreateNoteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class CreateNoteRequest.
[[["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 documentation page provides reference information for the `CreateNoteRequest` class within the Grafeas v1 API, specifically for version 3.6.0 of the .NET library."],["The `CreateNoteRequest` class is used to send a request to create a new note within the Grafeas system, inheriting from object and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has a default and copy constructor, as well as properties like `Note`, `NoteId`, `Parent`, and `ParentAsProjectName` to define the note's details and its location within the project."],["The available versions for the Grafeas API range from 2.2.0 up to the latest release, which is version 3.7.0, with links provided for each."],["The documentation also provides details on the `CreateNoteRequest` class's properties, including their types and descriptions, with links to additional documentation for those types."]]],[]]