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 documentation for the `CreateOccurrenceRequest` class within the Grafeas v1 API, used to request the creation of a new occurrence."],["The `CreateOccurrenceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `CreateOccurrenceRequest` class has two constructors, a default one and another to copy an existing `CreateOccurrenceRequest` object."],["The `CreateOccurrenceRequest` has three properties: `Occurrence`, which is the occurrence to be created; `Parent`, which defines the project under which the occurrence will be created; and `ParentAsProjectName`, which is a typed view of the parent resource name."],["The documentation covers versions from 2.2.0 to 3.7.0 of the `CreateOccurrenceRequest`, with version 3.7.0 being the latest."]]],[]]