public sealed class BatchCreateNotesRequest : IMessage<BatchCreateNotesRequest>, IEquatable<BatchCreateNotesRequest>, IDeepCloneable<BatchCreateNotesRequest>, 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-03-21 UTC."],[[["The latest version of the `BatchCreateNotesRequest` is 3.7.0, with a history of versions down to 2.2.0 available for reference."],["`BatchCreateNotesRequest` is a class used to create notes in batch and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchCreateNotesRequest` class has two constructors, a default constructor and one that takes another `BatchCreateNotesRequest` as a parameter for making a copy."],["The `Notes` property, of type `MapField\u003cstring, Note\u003e`, allows the creation of multiple notes with a maximum length of 1000."],["The `Parent` property is a string representing the project name where the notes will be created, and it also has a `ProjectName`-typed view called `ParentAsProjectName`."]]],[]]