public sealed class CreateOccurrenceRequest : IMessage<CreateOccurrenceRequest>, IEquatable<CreateOccurrenceRequest>, IDeepCloneable<CreateOccurrenceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class CreateOccurrenceRequest.
[[["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 documentation and code samples for the `CreateOccurrenceRequest` class within the Grafeas v1 API."],["`CreateOccurrenceRequest` is used to request the creation of a new occurrence."],["The class is implemented as a sealed class, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties to set the occurrence itself (`Occurrence`), the parent project (`Parent`), and a `ProjectName`-typed view of the parent project name (`ParentAsProjectName`)."],["This documentation also provides a historical list of versions for the class, ranging from version 2.2.0 up to the latest version of 3.7.0."]]],[]]