Class ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository
A repository for a git source.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis .v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository : IDirectResponseSchema
Properties
DeveloperConnect
The Developer Connect Git repository link or the url that matches a repository link in the current project,
formatted as projects/*/locations/*/connections/*/gitRepositoryLink/*
Declaration
[JsonProperty("developerConnect")]
public virtual string DeveloperConnect { 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 |
Url
Location of the Git repository.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |