public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, 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 provides information about the `GetVersionRequest` class within the `Google.Cloud.AppEngine.V1` namespace, used for requesting version information in Google Cloud App Engine."],["The latest version of this class is 2.4.0, while the documentation page specifically details version 1.0.0."],["The `GetVersionRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities in handling data and messages."],["The class has two constructors, one default and one that copies from another `GetVersionRequest` object."],["`GetVersionRequest` class contains two properties: `Name` for specifying the resource to request, and `View` to control the fields returned in response."]]],[]]