public sealed class BatchCreateNotesResponse : IMessage<BatchCreateNotesResponse>, IEquatable<BatchCreateNotesResponse>, IDeepCloneable<BatchCreateNotesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BatchCreateNotesResponse.
[[["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 provides documentation for the `BatchCreateNotesResponse` class within the Grafeas v1 API, specifically for version 3.5.0."],["`BatchCreateNotesResponse` is a class that represents the response received after creating notes in batch, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes links to other available versions of the `BatchCreateNotesResponse` class, ranging from 2.2.0 up to the latest version 3.7.0."],["The class has two constructors, a default one and another that accepts a `BatchCreateNotesResponse` object as a parameter, to create a copy."],["It contains a property called `Notes`, which is a `RepeatedField` of `Note` objects, representing the collection of notes created by the batch operation."]]],[]]