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