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-04-09 UTC."],[[["This webpage details the `GenerateAzureClusterAgentTokenResponse` class within the `Google.Cloud.GkeMultiCloud.V1` namespace, specifically for version 2.5.0."],["The `GenerateAzureClusterAgentTokenResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparisons, deep cloning, and buffer operations."],["The class inherits from the `object` class and includes constructors for creating instances, as well as properties such as `AccessToken`, `ExpiresIn`, and `TokenType`, which are crucial for managing Azure cluster agent tokens."],["Multiple versions of this class are documented, ranging from version 1.0.0-beta01 to 2.8.0 (latest), showing a development history of the class and its features."],["The documentation lists links to inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`, detailing the functionality of the class's base object properties."]]],[]]