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`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The class has two constructors: a default constructor `CreateOccurrenceRequest()` and a copy constructor `CreateOccurrenceRequest(CreateOccurrenceRequest other)`, for creating new instances."],["The `CreateOccurrenceRequest` includes properties like `Occurrence`, which represents the occurrence to be created, and `Parent`, a string that denotes the project under which the occurrence will be created, further it has a `ParentAsProjectName` property that provides a typed view over the parent's resource name."],["This documentation page provides information on versions of the `CreateOccurrenceRequest` from 2.2.0 up to the latest version 3.7.0, with links to detailed documentation for each."]]],[]]