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