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."],[[["The latest version of the `GenerateAccessTokenResponse` class is 2.4.0, found within the `Google.Cloud.Iam.Credentials.V1` namespace."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GenerateAccessTokenResponse` provides two constructors: a default constructor and one that takes another `GenerateAccessTokenResponse` object as a parameter."],["The class has two main properties: `AccessToken`, a string representing the OAuth 2.0 access token, and `ExpireTime`, a `Timestamp` object indicating when the token expires."],["The `GenerateAccessTokenResponse` class is included in the Google.Cloud.Iam.Credentials.V1.dll assembly."]]],[]]