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 multiple previous versions are also documented, ranging down to version 2.2.0."],["`DeleteOccurrenceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers system."],["The class includes properties for `Name` and `OccurrenceName`, with `Name` being a string representing the resource name of the occurrence and `OccurrenceName` providing a typed view of that resource name."],["The class inherits members from the Object class, such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]