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