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 notes in batches and is part of the Grafeas.V1 namespace within the Grafeas.V1.dll assembly."],["The `BatchCreateNotesRequest` class inherits from `Object` and implements several interfaces, including `IMessage\u003cBatchCreateNotesRequest\u003e`, `IEquatable\u003cBatchCreateNotesRequest\u003e`, `IDeepCloneable\u003cBatchCreateNotesRequest\u003e`, `IBufferMessage`, and `IMessage`."],["Key properties of `BatchCreateNotesRequest` include `Notes`, a `MapField` containing the notes to create with a maximum allowed length of 1000, and `Parent`, a string that represents the project in which the notes are to be created."],["There are two constructors available for creating a `BatchCreateNotesRequest` object: a default constructor and one that takes another `BatchCreateNotesRequest` object as a parameter."],["The latest version of the BatchCreateNotesRequest is 3.7.0, and previous versions are available down to 2.2.0."]]],[]]