Show / Hide Table of Contents

Class BitbucketServerRepositoryId

BitbucketServerRepositoryId identifies a specific repository hosted on a Bitbucket Server.

Inheritance
System.Object
BitbucketServerRepositoryId
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1alpha1.Data
Assembly: Google.Apis.CloudBuild.v1alpha1.dll
Syntax
public class BitbucketServerRepositoryId : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ProjectKey

Required. Identifier for the project storing the repository.

Declaration
[JsonProperty("projectKey")]
public virtual string ProjectKey { get; set; }
Property Value
Type Description
System.String

RepoSlug

Required. Identifier for the repository.

Declaration
[JsonProperty("repoSlug")]
public virtual string RepoSlug { get; set; }
Property Value
Type Description
System.String

WebhookId

Output only. The ID of the webhook that was created for receiving events from this repo. We only create and manage a single webhook for each repo.

Declaration
[JsonProperty("webhookId")]
public virtual int? WebhookId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX