public sealed class BatchCreateNotesRequest : IMessage<BatchCreateNotesRequest>, IEquatable<BatchCreateNotesRequest>, IDeepCloneable<BatchCreateNotesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BatchCreateNotesRequest.
[[["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 `BatchCreateNotesRequest` class within the Grafeas V1 API for .NET."],["The `BatchCreateNotesRequest` class is used to create multiple notes in batch and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for specifying the `Parent` project under which the notes are created, and `Notes` to be created, which is a `MapField` with a max allowed length of 1000."],["There are several versions of the documentation available for this class, ranging from version 2.2.0 to the latest version, 3.7.0."],["The class inherits methods from `object`, including `GetHashCode`, `GetType`, and `ToString`, and can be instantiated with a default constructor or by passing another instance of `BatchCreateNotesRequest`."]]],[]]