Class GitLabRepositoryId
GitLabRepositoryId identifies a specific repository hosted on GitLab.com or GitLabEnterprise
Inheritance
System.Object
GitLabRepositoryId
Implements
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.v1beta1.Data
Assembly: Google.Apis.CloudBuild.v1beta1.dll
Syntax
public class GitLabRepositoryId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Required. Identifier for the repository. example: "namespace/project-slug", namespace is usually the username or group ID
Declaration
[JsonProperty("id")]
public virtual string Id { 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> |