public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, 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."],[[["The latest version available is 2.4.0, with other versions ranging down to 1.0.0 listed for the Google.Cloud.AppEngine.V1.UpdateVersionRequest."],["The `UpdateVersionRequest` class is used to send a request to update a version and it inherits from `Object`, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties like `Name`, `UpdateMask`, and `Version`, allowing for specifying the resource to be updated, the fields to modify, and the new version data, respectively."],["There are two constructors available, one being the default and the other taking a `UpdateVersionRequest` as a parameter."]]],[]]