public sealed class GetSecretVersionRequest : IMessage<GetSecretVersionRequest>, IEquatable<GetSecretVersionRequest>, IDeepCloneable<GetSecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.GetSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.GetSecretVersion].
[[["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 details the `GetSecretVersionRequest` class, which is used to request a specific version of a secret from the Secret Manager Service."],["The latest version of the class is 2.5.0, and the current page is documenting version 1.5.0 of the `GetSecretVersionRequest`."],["The `GetSecretVersionRequest` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `GetSecretVersionRequest` object as a parameter."],["The `GetSecretVersionRequest` class contains properties like `Name` and `SecretVersionName`, where `Name` is the resource name of the secret version and `SecretVersionName` provides a typed view over the `Name`."]]],[]]