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."],[[["The `GenerateAzureClusterAgentTokenResponse` class, part of the `Google.Cloud.GkeMultiCloud.V1` namespace, is available across multiple versions, from 1.0.0-beta01 to the latest 2.8.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides features for message handling, equality comparison, deep cloning, and buffer message operations."],["`GenerateAzureClusterAgentTokenResponse` class includes properties for managing access tokens, such as `AccessToken` (a string), `ExpiresIn` (an integer), and `TokenType` (a string)."],["There are two constructors available for the class: a default parameterless one and another one that accepts a `GenerateAzureClusterAgentTokenResponse` object for cloning purposes."],["The class inherits members like GetHashCode, GetType, and ToString from the base `object` class."]]],[]]