Class GoogleChecksReportV1alphaCheckDataTypeEvidence
Evidence concerning a data type that was found in your app.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksReportV1alphaCheckDataTypeEvidence : IDirectResponseSchema
Properties
DataType
The data type that was found in your app.
Declaration
[JsonProperty("dataType")]
public virtual string DataType { get; set; }
Property Value
Type | Description |
---|---|
string |
DataTypeEvidence
Evidence collected about the data type.
Declaration
[JsonProperty("dataTypeEvidence")]
public virtual GoogleChecksReportV1alphaDataTypeEvidence DataTypeEvidence { get; set; }
Property Value
Type | Description |
---|---|
GoogleChecksReportV1alphaDataTypeEvidence |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |