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."],[[["The `DeleteOccurrenceRequest` class in the Grafeas v1 API is used to request the deletion of a specific occurrence."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its functionality within the .NET environment."],["It includes constructors for creating new instances, either blank or as a deep clone of another `DeleteOccurrenceRequest` instance."],["The class contains properties like `Name` (a string) and `OccurrenceName` (a typed view) to identify the occurrence to be deleted, referencing it by its unique project ID and occurrence ID."],["The latest version of the Grafeas.V1 is 3.7.0, and there are several older versions listed, down to 2.2.0."]]],[]]