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"]],[["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."],[[["The latest version available for the Grafeas v1 API class `BatchCreateNotesRequest` is 3.7.0, with version 3.3.0 being the current page's focus."],["`BatchCreateNotesRequest` is a class used to create multiple notes at once, belonging to the Grafeas v1 API."],["This class, `BatchCreateNotesRequest`, inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Notes` property allows for the creation of multiple notes with a maximum length of 1000, while the `Parent` property specifies the project where the notes will be created."],["The class provides constructors, `BatchCreateNotesRequest()`, for default initialization and `BatchCreateNotesRequest(BatchCreateNotesRequest other)` for copying other `BatchCreateNotesRequest` instances."]]],[]]