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 outlines the `UpdateOccurrenceRequest` class within the `Grafeas.V1` namespace, specifically version 2.2.0, used to request updates to an occurrence."],["The `UpdateOccurrenceRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is available in several versions, with 3.7.0 being the latest, and a list of versions available from 2.2.0 up to 3.7.0."],["The class includes properties like `Name`, `Occurrence`, `OccurrenceName`, and `UpdateMask`, allowing for specification of the occurrence to update and the fields that should be modified."],["The class has two constructors: a default constructor and one that takes an `UpdateOccurrenceRequest` instance as a parameter for creating copies."]]],[]]