View Source GoogleApi.PlayIntegrity.V1.Model.EnvironmentDetails (google_api_play_integrity v0.11.0)
Contains information about the environment Play Integrity API runs in, e.g. Play Protect verdict.
Attributes
-
appAccessRiskVerdict(type:GoogleApi.PlayIntegrity.V1.Model.AppAccessRiskVerdict.t, default:nil) - The evaluation of the App Access Risk verdicts. -
playProtectVerdict(type:String.t, default:nil) - The evaluation of Play Protect verdict.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayIntegrity.V1.Model.EnvironmentDetails{ appAccessRiskVerdict: GoogleApi.PlayIntegrity.V1.Model.AppAccessRiskVerdict.t() | nil, playProtectVerdict: String.t() | nil }