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