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 documentation details the `BatchCreateOccurrencesRequest` class within the Grafeas V1 API, focusing on version 3.1.0."],["The `BatchCreateOccurrencesRequest` class is designed to create multiple occurrences in a single batch request, supporting batch operations."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its use within a larger system."],["Key properties include `Occurrences` for defining the occurrences to create (with a maximum of 1000) and `Parent` for specifying the project under which these occurrences are created."],["The class provides both a default constructor as well as one that takes another `BatchCreateOccurrencesRequest` as an argument, used for copying."]]],[]]