Anthos Multi-Cloud v1 API - Class GenerateAttachedClusterAgentTokenResponse (2.5.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
NameDescription
otherGenerateAttachedClusterAgentTokenResponse

Properties

AccessToken

public string AccessToken { get; set; }
Property Value
TypeDescription
string

ExpiresIn

public int ExpiresIn { get; set; }
Property Value
TypeDescription
int

TokenType

public string TokenType { get; set; }
Property Value
TypeDescription
string