Show / Hide Table of Contents

Class GoogleChecksRepoScanV1alphaPullRequest

Pull request info.

Inheritance
object
GoogleChecksRepoScanV1alphaPullRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX