public sealed class BatchCreateNotesResponse : IMessage<BatchCreateNotesResponse>, IEquatable<BatchCreateNotesResponse>, IDeepCloneable<BatchCreateNotesResponse>, 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 webpage details the `BatchCreateNotesResponse` class, which is used for handling responses when creating notes in batches."],["The `BatchCreateNotesResponse` class is part of the `Grafeas.V1` namespace and is found within the `Grafeas.V1.dll` assembly."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one and another that accepts another `BatchCreateNotesResponse` object as a parameter."],["The `Notes` property is a `RepeatedField` list of type `Note`, and contains the notes created from the batch operation."]]],[]]