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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]