Class GoogleChecksRepoScanV1alphaPullRequest
Pull request info.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksRepoScanV1alphaPullRequest : IDirectResponseSchema
Properties
BaseBranch
Required. For PR analysis, we compare against the most recent scan of the base branch to highlight new issues.
Declaration
[JsonProperty("baseBranch")]
public virtual string BaseBranch { 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 |
PrNumber
Required. This can be supplied by the user or parsed automatically from predefined CI environment variables.
Declaration
[JsonProperty("prNumber")]
public virtual string PrNumber { get; set; }
Property Value
Type | Description |
---|---|
string |