public sealed class UpdateOccurrenceRequest : IMessage<UpdateOccurrenceRequest>, IEquatable<UpdateOccurrenceRequest>, IDeepCloneable<UpdateOccurrenceRequest>, 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 document describes the `UpdateOccurrenceRequest` class within the `Grafeas.V1` namespace, which is used to request the updating of an occurrence."],["The `UpdateOccurrenceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateOccurrenceRequest` object requires properties to define the request, such as `Name` to specify the occurrence's resource identifier, `Occurrence` to specify the updated occurrence details, `OccurrenceName` to access the resource name property in a typed view, and `UpdateMask` to specify the fields to be updated."],["This resource has a latest version of 3.7.0, and previous versions are available from 3.6.0 down to 2.2.0, with the current content being shown for version 2.4.0."],["The current resource has the ability to be constructed using the default `UpdateOccurrenceRequest()` constructor, or be constructed using another existing `UpdateOccurrenceRequest` object with the `UpdateOccurrenceRequest(UpdateOccurrenceRequest other)` constructor."]]],[]]