Show / Hide Table of Contents

Class GitLabRepository

Proto Representing a GitLabRepository

Inheritance
object
GitLabRepository
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX