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, which is the response message for the `SecretManagerService.AccessSecretVersion` within the Google Cloud Secret Manager."],["The latest version available is `2.5.0`, while the current page documentation reflects version `1.9.0` of the class, and multiple other versions are listed."],["`AccessSecretVersionResponse` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AccessSecretVersionResponse` class includes properties such as `Name`, `Payload`, and `SecretVersionName`, which are used to access secret versions and their details."],["There are two constructors for the class, a default constructor, and one that takes another `AccessSecretVersionResponse` object as a parameter for copying."]]],[]]