public sealed class BatchCreateNotesRequest : IMessage<BatchCreateNotesRequest>, IEquatable<BatchCreateNotesRequest>, IDeepCloneable<BatchCreateNotesRequest>, 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."],[[["The `BatchCreateNotesRequest` class is used to create multiple notes in a batch and is a part of the Grafeas.V1 namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It includes properties like `Notes`, a map of note names to note objects, `Parent`, representing the project name where notes are created, and `ParentAsProjectName`, a ProjectName-typed view of the parent."],["The latest version of the documentation is version 3.7.0, but the current context is regarding the 3.0.0 version, with documentation available for previous versions."],["This class contains two constructors: a default parameterless constructor and one that takes an existing `BatchCreateNotesRequest` object as a parameter for creating copies."]]],[]]