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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage 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 in a Grafeas project, with the latest version being 3.7.0 and oldest being 2.2.0, version 3.2.0 currently shown."],["The `CreateOccurrenceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Occurrence`, which represents the occurrence to be created, and `Parent`, which specifies the project under which the occurrence will be created, as well as its corresponding `ProjectName` typed view."],["The `CreateOccurrenceRequest` class contains two constructors, one default and another for creating a copy from an existing `CreateOccurrenceRequest`."]]],[]]