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

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

Inheritance

object > GenerateAwsClusterAgentTokenResponse

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

GenerateAwsClusterAgentTokenResponse()

public GenerateAwsClusterAgentTokenResponse()

GenerateAwsClusterAgentTokenResponse(GenerateAwsClusterAgentTokenResponse)

public GenerateAwsClusterAgentTokenResponse(GenerateAwsClusterAgentTokenResponse other)
Parameter
Name Description
other GenerateAwsClusterAgentTokenResponse

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