Show / Hide Table of Contents

Class GoogleChecksReportV1alphaDataTypeEvidence

Evidence collected about a data type.

Inheritance
object
GoogleChecksReportV1alphaDataTypeEvidence
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 GoogleChecksReportV1alphaDataTypeEvidence : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Endpoints

List of endpoints the data type was sent to.

Declaration
[JsonProperty("endpoints")]
public virtual IList<GoogleChecksReportV1alphaDataTypeEndpointEvidence> Endpoints { get; set; }
Property Value
Type Description
IList<GoogleChecksReportV1alphaDataTypeEndpointEvidence>

Permissions

List of included permissions that imply collection of the data type.

Declaration
[JsonProperty("permissions")]
public virtual IList<GoogleChecksReportV1alphaDataTypePermissionEvidence> Permissions { get; set; }
Property Value
Type Description
IList<GoogleChecksReportV1alphaDataTypePermissionEvidence>

PrivacyPolicyTexts

List of privacy policy texts that imply collection of the data type.

Declaration
[JsonProperty("privacyPolicyTexts")]
public virtual IList<GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence> PrivacyPolicyTexts { get; set; }
Property Value
Type Description
IList<GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX