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"]],[["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 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`."]]],[]]