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"]],[["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."],[[["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."]]],[]]