Class GoogleChecksRepoScanV1alphaCodeScan
A requested analysis of source code. Contains the source code and processing state.
Implements
Inherited Members
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 |