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"]],[["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 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."]]],[]]