Class GitLabRepository
Proto Representing a GitLabRepository
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class GitLabRepository : IDirectResponseSchema
Properties
BrowseUri
Link to the browse repo page on the GitLab 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 |
RepositoryId
Identifier for a repository
Declaration
[JsonProperty("repositoryId")]
public virtual GitLabRepositoryId RepositoryId { get; set; }
Property Value
Type | Description |
---|---|
GitLabRepositoryId |