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

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