Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AccountActivity

import type { AccountActivity } from "https://googleapis.deno.dev/v1/playintegrity:v1.ts";

(Restricted Access) Contains a signal helping apps differentiating between likely genuine and likely non-genuine user traffic.

interface AccountActivity {
activityLevel?:
| "ACTIVITY_LEVEL_UNSPECIFIED"
| "UNEVALUATED"
| "UNUSUAL"
| "UNKNOWN"
| "TYPICAL_BASIC"
| "TYPICAL_STRONG";
}

§Properties

§
activityLevel?: "ACTIVITY_LEVEL_UNSPECIFIED" | "UNEVALUATED" | "UNUSUAL" | "UNKNOWN" | "TYPICAL_BASIC" | "TYPICAL_STRONG"
[src]

Required. Indicates the activity level of the account.