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 webpage provides documentation for the `UpdateOccurrenceRequest` class within the `Grafeas.V1` namespace, specifically for version 2.3.0."],["The `UpdateOccurrenceRequest` class is used to request the update of an occurrence and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `Object` class and defines properties such as `Name`, `Occurrence`, `OccurrenceName`, and `UpdateMask`, which are essential for the occurrence update operation."],["The page includes links to documentation for various previous versions of Grafeas.V1, including from 2.2.0 to the latest version at 3.7.0, making it a reference for users working on different versions."],["The documentation details two constructors for `UpdateOccurrenceRequest`, one default and another for cloning from an existing `UpdateOccurrenceRequest` instance."]]],[]]