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 `AccessSecretVersionResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The page provides version history for the `AccessSecretVersionResponse` class ranging from version 1.3.0 to 2.5.0, with the latter being the most recent."],["Key properties of the `AccessSecretVersionResponse` class include `Name`, which stores the resource name of the secret version, `Payload`, which contains the secret payload, and `SecretVersionName` which is the typed view for the resource name."],["The provided document defines the use and constuctors of `AccessSecretVersionResponse`, outlining its usage and how to build it, either via default, or via passing in an already existing `AccessSecretVersionResponse` object."]]],[]]