Show / Hide Table of Contents

Class GoogleChecksRepoScanV1alphaCliAnalysis

The results of a Code Compliance CLI analysis.

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

Properties

CodeScans

Optional. Requested code scans resulting from preliminary CLI analysis.

Declaration
[JsonProperty("codeScans")]
public virtual IList<GoogleChecksRepoScanV1alphaCodeScan> CodeScans { get; set; }
Property Value
Type Description
IList<GoogleChecksRepoScanV1alphaCodeScan>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Sources

Optional. Data sources detected in the scan.

Declaration
[JsonProperty("sources")]
public virtual IList<GoogleChecksRepoScanV1alphaSource> Sources { get; set; }
Property Value
Type Description
IList<GoogleChecksRepoScanV1alphaSource>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX