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, which is a response message used by the `SecretManagerService.AccessSecretVersion` function."],["The `AccessSecretVersionResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, and deep cloning."],["The class offers two constructors: a default constructor `AccessSecretVersionResponse()` and a copy constructor `AccessSecretVersionResponse(AccessSecretVersionResponse other)` that allows for creating a new instance from an existing one."],["Key properties of `AccessSecretVersionResponse` include `Name`, which is a string representing the resource name of the SecretVersion, `Payload`, which contains the secret data, and `SecretVersionName`, which provides a typed view of the resource name."],["The webpage also provides a list of available versions, with the latest version being 2.5.0 and older versions going all the way down to version 1.3.0."]]],[]]