Class GoogleChecksRepoScanV1alphaScmMetadata
SCM metadata.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksRepoScanV1alphaScmMetadata : IDirectResponseSchemaProperties
Branch
Required. Branch name.
Declaration
[JsonProperty("branch")]
public virtual string Branch { 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 | 
PullRequest
Optional. Contains info about the associated pull request. This is only populated for pull request scans.
Declaration
[JsonProperty("pullRequest")]
public virtual GoogleChecksRepoScanV1alphaPullRequest PullRequest { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleChecksRepoScanV1alphaPullRequest | 
RemoteUri
Required. Git remote URL.
Declaration
[JsonProperty("remoteUri")]
public virtual string RemoteUri { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
RevisionId
Required. Revision ID, e.g. Git commit hash.
Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }Property Value
| Type | Description | 
|---|---|
| string |