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 latest version of the `CreateOccurrenceRequest` is 3.7.0, with versions dating back to 2.2.0 available for reference."],["`CreateOccurrenceRequest` is a request type used to create a new occurrence, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `Occurrence`, which represents the occurrence to be created, `Parent` which specifies the project under which the occurrence is to be created, and `ParentAsProjectName` which provides a typed view of the project name."],["This class inherits from `Object` and has constructors for creating new instances, either blank, or copying an existing `CreateOccurrenceRequest`."],["The webpage contains links to the documentation of all the `CreateOccurrenceRequest` versions, and its namespace is `Grafeas.V1`."]]],[]]