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 document provides reference information for the `CreateNoteRequest` class within the Grafeas v1 API, specifically for version 3.5.0."],["`CreateNoteRequest` is used to create a new note and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Note`, `NoteId`, `Parent`, and `ParentAsProjectName` to define the characteristics of the note being created."],["The document covers class' inheritance and implemented members as well as the constructors of the class."],["The document also gives the other versions of this class that are available."]]],[]]