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."],[[["The latest version of the `AccessSecretVersionResponse` is 2.5.0, with other available versions ranging from 2.4.0 down to 1.3.0."],["The `AccessSecretVersionResponse` class is a response message for `SecretManagerService.AccessSecretVersion`, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AccessSecretVersionResponse` includes properties such as `Name` (a string representing the resource name), `Payload` (a `SecretPayload` containing the secret data), and `SecretVersionName` (a `SecretVersionName`-typed view over the `Name`)."],["`AccessSecretVersionResponse` has two constructors, the default constructor, and a copy constructor, which takes another `AccessSecretVersionResponse` object as a parameter."],["The class is located in the `Google.Cloud.SecretManager.V1` namespace and is part of the `Google.Cloud.SecretManager.V1.dll` assembly."]]],[]]