public sealed class DeleteOccurrenceRequest : IMessage<DeleteOccurrenceRequest>, IEquatable<DeleteOccurrenceRequest>, IDeepCloneable<DeleteOccurrenceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class DeleteOccurrenceRequest.
[[["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 document provides reference information for the `DeleteOccurrenceRequest` class within the Grafeas v1 API, detailing its usage for deleting an occurrence."],["The `DeleteOccurrenceRequest` class is part of the `Grafeas.V1` namespace and is implemented in the `Grafeas.V1.dll` assembly, and is shown to inherit from object and implement various interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The latest version of the `DeleteOccurrenceRequest` class is 3.7.0, with documentation available for versions ranging from 2.2.0 up to the latest."],["The class includes properties like `Name`, a string representing the resource name of the occurrence to be deleted, and `OccurrenceName`, which provides a typed view of the `Name` property."],["`DeleteOccurrenceRequest` has two constructors: one default constructor, and another that accepts another `DeleteOccurrenceRequest` object for copying purposes."]]],[]]