public sealed class GenerateAccessTokenResponse : IMessage<GenerateAccessTokenResponse>, IEquatable<GenerateAccessTokenResponse>, IDeepCloneable<GenerateAccessTokenResponse>, IBufferMessage, IMessage
[[["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 `GenerateAccessTokenResponse` class, which is part of the `Google.Cloud.Iam.Credentials.V1` namespace in the Google Cloud .NET library."],["The `GenerateAccessTokenResponse` class is designed to handle responses related to access token generation, with a record of available versions from 1.0.0 to the latest 2.4.0 version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing comprehensive capabilities for message handling, comparison, and cloning."],["`GenerateAccessTokenResponse` has two constructors, one default and another that accepts an existing `GenerateAccessTokenResponse` object, enabling both new instance creation and cloning."],["The `GenerateAccessTokenResponse` class has two key properties: `AccessToken` that represents the OAuth 2.0 access token as a string and `ExpireTime` which specifies the token's expiration time as a `Timestamp` object."]]],[]]