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

User

import type { User } from "https://googleapis.deno.dev/v1/analyticsreporting:v4.ts";

Contains information to identify a particular user uniquely.

interface User {
type?: "USER_ID_TYPE_UNSPECIFIED" | "USER_ID" | "CLIENT_ID";
userId?: string;
}

§Properties

§
type?: "USER_ID_TYPE_UNSPECIFIED" | "USER_ID" | "CLIENT_ID"
[src]

Type of the user in the request. The field userId is associated with this type.

§
userId?: string
[src]

Unique Id of the user for which the data is being requested.