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."],[[["The `CreateOccurrenceRequest` class is used to create a new occurrence and is found within the `Grafeas.V1` namespace, part of the Grafeas.V1.dll assembly."],["The latest version of the API documentation for `CreateOccurrenceRequest` is version 3.7.0, with several prior versions available, down to 2.2.0."],["The `CreateOccurrenceRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also inheriting from the base `Object` class."],["The class includes properties such as `Occurrence`, which represents the occurrence to create, `Parent`, representing the project name for the occurrence, and `ParentAsProjectName`, which provides a typed view of the project name."],["There are two constructors for this class: a default constructor, `CreateOccurrenceRequest()`, and one that takes another `CreateOccurrenceRequest` as a parameter to create a copy, `CreateOccurrenceRequest(CreateOccurrenceRequest other)`."]]],[]]