public sealed class BatchCreateOccurrencesRequest : IMessage<BatchCreateOccurrencesRequest>, IEquatable<BatchCreateOccurrencesRequest>, IDeepCloneable<BatchCreateOccurrencesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BatchCreateOccurrencesRequest.
[[["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 document provides reference information for the `BatchCreateOccurrencesRequest` class within the Grafeas v1 API, specifically version 3.2.0, which is part of the .NET framework."],["The `BatchCreateOccurrencesRequest` class is used to create occurrences in batches, with a maximum allowed length of 1000 occurrences, and it inherits from the base object class while implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It includes constructors to create instances, either as an empty object, or with another `BatchCreateOccurrencesRequest` object as a parameter, and it has two main properties: `Occurrences` (which holds a list of occurrences to be created) and `Parent` (the project name under which occurrences are created)."],["The document also provides version history information, which shows that version 3.7.0 is the latest, but this specific documentation is for 3.2.0."]]],[]]