public sealed class CreateOccurrenceRequest : IMessage<CreateOccurrenceRequest>, IEquatable<CreateOccurrenceRequest>, IDeepCloneable<CreateOccurrenceRequest>, 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."],[[["This webpage details the `CreateOccurrenceRequest` class, which is used to request the creation of a new occurrence within the Grafeas.V1 namespace."],["The `CreateOccurrenceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffer operations."],["The class has two constructors, a default one and another one that accepts a `CreateOccurrenceRequest` object, allowing for object copying."],["Key properties of `CreateOccurrenceRequest` include `Occurrence`, which specifies the details of the occurrence to be created, and `Parent`, which defines the project under which the occurrence will be created, and finally `ParentAsProjectName`, which provides a typed-view of the parent resource name."],["The current version in this document is 2.2.0, however the version 3.7.0 is the most recent, and versions going as far back as 2.2.0 are included."]]],[]]