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.2.0."],["`BatchCreateNotesResponse` is used as the response for creating notes in batch and inherits from `object`, while also implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `BatchCreateNotesResponse` object as a parameter for creating a new object from it."],["The `Notes` property of the `BatchCreateNotesResponse` class returns a `RepeatedField` of `Note` objects, representing the collection of notes created in the batch."],["The version history is available for the `BatchCreateNotesResponse` class, ranging from version 2.2.0 to the latest version 3.7.0, with each version having its own documentation link."]]],[]]