Show / Hide Table of Contents

Class GoogleChecksReportV1alphaCheckDataTypeEvidence

Evidence concerning a data type that was found in your app.

Inheritance
object
GoogleChecksReportV1alphaCheckDataTypeEvidence
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX