Anthos Multi-Cloud v1 API - Class GenerateAttachedClusterAgentTokenResponse (2.6.0)

public sealed class GenerateAttachedClusterAgentTokenResponse : IMessage<GenerateAttachedClusterAgentTokenResponse>, IEquatable<GenerateAttachedClusterAgentTokenResponse>, IDeepCloneable<GenerateAttachedClusterAgentTokenResponse>, IBufferMessage, IMessage

Inheritance

object > GenerateAttachedClusterAgentTokenResponse

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

GenerateAttachedClusterAgentTokenResponse()

public GenerateAttachedClusterAgentTokenResponse()

GenerateAttachedClusterAgentTokenResponse(GenerateAttachedClusterAgentTokenResponse)

public GenerateAttachedClusterAgentTokenResponse(GenerateAttachedClusterAgentTokenResponse other)
Parameter
Name Description
other GenerateAttachedClusterAgentTokenResponse

Properties

AccessToken

public string AccessToken { get; set; }
Property Value
Type Description
string

ExpiresIn

public int ExpiresIn { get; set; }
Property Value
Type Description
int

TokenType

public string TokenType { get; set; }
Property Value
Type Description
string