Show / Hide Table of Contents

Class GoogleChecksRepoScanV1alphaCodeScan

A requested analysis of source code. Contains the source code and processing state.

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

Properties

DataTypeClassifications

Optional. Data type classification requests.

Declaration
[JsonProperty("dataTypeClassifications")]
public virtual IList<GoogleChecksRepoScanV1alphaCodeScanDataTypeClassification> DataTypeClassifications { get; set; }
Property Value
Type Description
IList<GoogleChecksRepoScanV1alphaCodeScanDataTypeClassification>

ETag

The ETag of the item.

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

SourceCode

Required. Source code to analyze.

Declaration
[JsonProperty("sourceCode")]
public virtual GoogleChecksRepoScanV1alphaSourceCode SourceCode { get; set; }
Property Value
Type Description
GoogleChecksRepoScanV1alphaSourceCode

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX