Show / Hide Table of Contents

Class EnvironmentDetails

Contains information about the environment Play Integrity API runs in, e.g. Play Protect verdict.

Inheritance
object
EnvironmentDetails
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.PlayIntegrity.v1.Data
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class EnvironmentDetails : IDirectResponseSchema

Properties

AppAccessRiskVerdict

The evaluation of the App Access Risk verdicts.

Declaration
[JsonProperty("appAccessRiskVerdict")]
public virtual AppAccessRiskVerdict AppAccessRiskVerdict { get; set; }
Property Value
Type Description
AppAccessRiskVerdict

ETag

The ETag of the item.

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

PlayProtectVerdict

The evaluation of Play Protect verdict.

Declaration
[JsonProperty("playProtectVerdict")]
public virtual string PlayProtectVerdict { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX