public sealed class GenerateAzureClusterAgentTokenResponse : IMessage<GenerateAzureClusterAgentTokenResponse>, IEquatable<GenerateAzureClusterAgentTokenResponse>, IDeepCloneable<GenerateAzureClusterAgentTokenResponse>, 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 `GenerateAzureClusterAgentTokenResponse` class within the `Google.Cloud.GkeMultiCloud.V1` namespace, specifically for version 2.4.0."],["The `GenerateAzureClusterAgentTokenResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `object` class and contains methods from the `object` class such as `GetHashCode()`, `GetType()` and `ToString()`."],["It provides constructors for creating instances of `GenerateAzureClusterAgentTokenResponse`, one being a default constructor and another one that accepts another instance of this same class as an argument."],["The class includes properties like `AccessToken`, `ExpiresIn`, and `TokenType`, which are used to store specific data related to the generated Azure cluster agent token."]]],[]]