Class GoogleChecksRepoScanV1alphaSource
Represents a data source finding.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksRepoScanV1alphaSource : IDirectResponseSchemaProperties
CodeAttribution
Optional. Source code attribution for the finding.
Declaration
[JsonProperty("codeAttribution")]
public virtual GoogleChecksRepoScanV1alphaCodeAttribution CodeAttribution { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleChecksRepoScanV1alphaCodeAttribution | 
DataType
Required. 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 | 
FalsePositive
Optional. Whether the finding was marked as a false positive.
Declaration
[JsonProperty("falsePositive")]
public virtual bool? FalsePositive { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? |