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 webpage provides documentation for the `GetVersionRequest` class within the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace, specifically for version 1.0.0-beta06."],["`GetVersionRequest` is a class used to retrieve a version, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and contains two constructors: a default constructor and one that takes another `GetVersionRequest` object as a parameter."],["`GetVersionRequest` includes properties such as `Name`, which is a string representing the version's name, and `View`, representing a `VersionView` for the response."]]],[]]