public sealed class AccessSecretVersionResponse : IMessage<AccessSecretVersionResponse>, IEquatable<AccessSecretVersionResponse>, IDeepCloneable<AccessSecretVersionResponse>, IBufferMessage, IMessage
Response message for [SecretManagerService.AccessSecretVersion][google.cloud.secrets.v1beta1.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 document provides details for the `AccessSecretVersionResponse` class, which is a response message for the `SecretManagerService.AccessSecretVersion` method within the Google Cloud Secret Manager API."],["The `AccessSecretVersionResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors, one default and one that takes another `AccessSecretVersionResponse` object as a parameter for copying."],["Key properties of the `AccessSecretVersionResponse` class include `Name` (the resource name of the secret version), `Payload` (the secret payload), and `SecretVersionName` (a typed view of the resource name)."],["The document also includes links to documentation for different versions of the API, like `3.0.0-beta05`, `3.0.0-beta04`, and the current `2.0.0-beta05`."]]],[]]