public sealed class DeleteOccurrenceRequest : IMessage<DeleteOccurrenceRequest>, IEquatable<DeleteOccurrenceRequest>, IDeepCloneable<DeleteOccurrenceRequest>, IBufferMessage, IMessage
[[["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 page documents the `DeleteOccurrenceRequest` class, which is used to request the deletion of an occurrence within the Grafeas.V1 API."],["The latest version of the `DeleteOccurrenceRequest` is 3.7.0, and it is possible to find documentation for version 3.0.0 through 3.6.0 and even down to 2.2.0."],["`DeleteOccurrenceRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the .NET environment."],["The class includes two constructors: a default constructor and another that takes a `DeleteOccurrenceRequest` object as a parameter, allowing for object creation and duplication."],["It features properties `Name` (a string representing the occurrence's resource name) and `OccurrenceName` (a strongly-typed view over the `Name` property)."]]],[]]