Class GoogleChecksRepoScanV1alphaCodeScanDataTypeClassification
A request to classify data types.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksRepoScanV1alphaCodeScanDataTypeClassification : IDirectResponseSchemaProperties
DataType
Required. Candidate data type.
Declaration
[JsonProperty("dataType")]
public virtual string DataType { 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 | 
LineNumber
Required. Line number (1-based).
Declaration
[JsonProperty("lineNumber")]
public virtual int? LineNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |