public sealed class GenerateAwsClusterAgentTokenResponse : IMessage<GenerateAwsClusterAgentTokenResponse>, IEquatable<GenerateAwsClusterAgentTokenResponse>, IDeepCloneable<GenerateAwsClusterAgentTokenResponse>, 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-04-09 UTC."],[[["This webpage details the `GenerateAwsClusterAgentTokenResponse` class within the `Google.Cloud.GkeMultiCloud.V1` namespace, specifically for version 2.7.0."],["The `GenerateAwsClusterAgentTokenResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class inherits from the `object` class and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()` inherited from this base class."],["The `GenerateAwsClusterAgentTokenResponse` class provides constructors, such as the default constructor and a constructor that takes another `GenerateAwsClusterAgentTokenResponse` object as an argument."],["The class includes the properties `AccessToken`, `ExpiresIn`, and `TokenType`, each with their respective data type, for handling access tokens and their characteristics."]]],[]]