Show / Hide Table of Contents

Class BitbucketServerRepository

BitbucketServerRepository represents a repository hosted on a Bitbucket Server.

Inheritance
object
BitbucketServerRepository
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class BitbucketServerRepository : IDirectResponseSchema

Properties

BrowseUri

Link to the browse repo page on the Bitbucket Server instance.

Declaration
[JsonProperty("browseUri")]
public virtual string BrowseUri { get; set; }
Property Value
Type Description
string

Description

Description of the repository.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Display name of the repository.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

The resource name of the repository.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RepoId

Identifier for a repository hosted on a Bitbucket Server.

Declaration
[JsonProperty("repoId")]
public virtual BitbucketServerRepositoryId RepoId { get; set; }
Property Value
Type Description
BitbucketServerRepositoryId

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX