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, specifically version 3.5.0."],["The `DeleteOccurrenceRequest` class is used to send a request to delete an occurrence, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and a copy constructor that takes another `DeleteOccurrenceRequest` object as a parameter."],["The `DeleteOccurrenceRequest` class contains two properties, `Name` which is a string representing the name of the occurrence, and `OccurrenceName` which provides a typed view over the `Name`."],["The Grafeas v1 API has many different versions, from 3.7.0 down to 2.2.0."]]],[]]