Class GoogleChecksRepoScanV1alphaRepoScan
Repo scan.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksRepoScanV1alphaRepoScan : IDirectResponseSchema
Properties
CliVersion
CLI version.
Declaration
[JsonProperty("cliVersion")]
public virtual string CliVersion { 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 |
LocalScanPath
Local scan path.
Declaration
[JsonProperty("localScanPath")]
public virtual string LocalScanPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. Resource name of the scan.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultsUri
A URL to view results.
Declaration
[JsonProperty("resultsUri")]
public virtual string ResultsUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ScmMetadata
SCM metadata.
Declaration
[JsonProperty("scmMetadata")]
public virtual GoogleChecksRepoScanV1alphaScmMetadata ScmMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleChecksRepoScanV1alphaScmMetadata |
Sources
Data sources detected.
Declaration
[JsonProperty("sources")]
public virtual IList<GoogleChecksRepoScanV1alphaSource> Sources { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChecksRepoScanV1alphaSource> |