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 documentation page provides reference information for the `CreateOccurrenceRequest` class within the Grafeas v1 API, specifically for version 3.6.0 of the .NET library."],["The `CreateOccurrenceRequest` class is used to request the creation of a new occurrence and inherits from `object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `CreateOccurrenceRequest` object as a parameter, useful for copying or cloning."],["It includes properties such as `Occurrence`, which represents the occurrence to be created, `Parent` which specifies the project where the occurrence will be created, and `ParentAsProjectName`, providing a `ProjectName` type view of the parent resource name."],["Several previous versions of this documentation are available, ranging from version 2.2.0 to 3.7.0, all of which refer to the `CreateOccurrenceRequest` page."]]],[]]