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 webpage details the `DeleteOccurrenceRequest` class within the `Grafeas.V1` namespace, specifically version 2.4.0, used to request the deletion of an occurrence."],["The `DeleteOccurrenceRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for the `DeleteOccurrenceRequest` class, one default and another that accepts a `DeleteOccurrenceRequest` object as a parameter."],["The `DeleteOccurrenceRequest` class contains two properties: `Name` (a string representing the occurrence's resource name) and `OccurrenceName` (a typed view over the `Name` property)."],["Multiple versions are available for the `DeleteOccurrenceRequest` class, ranging from version 2.2.0 to the latest version, 3.7.0."]]],[]]