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, which is used to request the deletion of an occurrence."],["The `DeleteOccurrenceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation for `DeleteOccurrenceRequest` is 3.7.0, but other versions from 3.6.0 to 2.2.0 are also accessible."],["It contains two constructors: a default constructor `DeleteOccurrenceRequest()` and another that accepts a `DeleteOccurrenceRequest` object as a parameter."],["The class also has two properties: `Name`, a string representing the name of the occurrence, and `OccurrenceName`, which offers a typed view of the `Name` property."]]],[]]