Developer Connect v1 API - Class LinkableGitRepository (1.0.0-beta02)

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.

Inheritance

object > LinkableGitRepository

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

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