Developer Connect v1 API - Class FetchReadWriteTokenResponse (1.0.0-beta01)

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

Reference documentation and code samples for the Developer Connect v1 API class FetchReadWriteTokenResponse.

Message for responding to get read/write token.

Inheritance

object > FetchReadWriteTokenResponse

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

Google.Cloud.DeveloperConnect.V1.dll

Constructors

FetchReadWriteTokenResponse()

public FetchReadWriteTokenResponse()

FetchReadWriteTokenResponse(FetchReadWriteTokenResponse)

public FetchReadWriteTokenResponse(FetchReadWriteTokenResponse other)
Parameter
Name Description
other FetchReadWriteTokenResponse

Properties

ExpirationTime

public Timestamp ExpirationTime { get; set; }

Expiration timestamp. Can be empty if unknown or non-expiring.

Property Value
Type Description
Timestamp

GitUsername

public string GitUsername { get; set; }

The git_username to specify when making a git clone with the token. For example, for GitHub GitRepositoryLinks, this would be "x-access-token"

Property Value
Type Description
string

Token

public string Token { get; set; }

The token content.

Property Value
Type Description
string