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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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()."]]],[]]