public sealed class LinkableGitRepository : IMessage<LinkableGitRepository>, IEquatable<LinkableGitRepository>, IDeepCloneable<LinkableGitRepository>, IBufferMessage, IMessage
Reference documentation and code samples for the Developer Connect v1 API class LinkableGitRepository.
LinkableGitRepository represents a git repository that can be linked to a connection.
Implements
IMessageLinkableGitRepository, IEquatableLinkableGitRepository, IDeepCloneableLinkableGitRepository, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
LinkableGitRepository()
public LinkableGitRepository()
LinkableGitRepository(LinkableGitRepository)
public LinkableGitRepository(LinkableGitRepository other)
Parameter | |
---|---|
Name | Description |
other |
LinkableGitRepository |
Properties
CloneUri
public string CloneUri { get; set; }
The clone uri of the repository.
Property Value | |
---|---|
Type | Description |
string |