Show / Hide Table of Contents

Class GoogleChecksRepoScanV1alphaScmMetadata

SCM metadata.

Inheritance
object
GoogleChecksRepoScanV1alphaScmMetadata
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 GoogleChecksRepoScanV1alphaScmMetadata : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX