public sealed class AccessSecretVersionResponse : IMessage<AccessSecretVersionResponse>, IEquatable<AccessSecretVersionResponse>, IDeepCloneable<AccessSecretVersionResponse>, IBufferMessage, IMessage
Response message for [SecretManagerService.AccessSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.AccessSecretVersion].
[[["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 `AccessSecretVersionResponse` class within the `Google.Cloud.SecretManager.V1` namespace, designed as a response message for accessing secret versions."],["The `AccessSecretVersionResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes constructors for creating new instances of `AccessSecretVersionResponse`, either blank or from another `AccessSecretVersionResponse` object."],["The class exposes properties such as `Name` (a string representing the resource name), `Payload` (of type `SecretPayload`), and `SecretVersionName` (a `SecretVersionName` view of the resource name)."],["The page contains a version history, with the most recent being `2.5.0` and `1.8.0` being the current, and all versions going as far back as `1.3.0`."]]],[]]