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-04-17 UTC."],[[["This document outlines the `BatchCreateNotesRequest` class, which is used to create multiple notes in batch, within the Grafeas.V1 namespace."],["The `BatchCreateNotesRequest` class supports multiple versions ranging from 2.2.0 to the latest 3.7.0, with each version link available."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["It includes constructors for creating instances of `BatchCreateNotesRequest`, one of which accepts another `BatchCreateNotesRequest` object as a parameter."],["The class has properties `Notes` for storing the notes to be created (with a maximum length of 1000), `Parent` for specifying the project, and `ParentAsProjectName` for a typed view of the `Parent` resource name."]]],[]]