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

ProfileMetadata

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

The metadata about a profile.

interface ProfileMetadata {
readonly objectType?: "OBJECT_TYPE_UNSPECIFIED" | "PERSON" | "PAGE";
readonly userTypes?:
| "USER_TYPE_UNKNOWN"
| "GOOGLE_USER"
| "GPLUS_USER"
| "GOOGLE_APPS_USER"[];
}

§Properties

§
readonly objectType?: "OBJECT_TYPE_UNSPECIFIED" | "PERSON" | "PAGE"
[src]

Output only. The profile object type.

§
readonly userTypes?: "USER_TYPE_UNKNOWN" | "GOOGLE_USER" | "GPLUS_USER" | "GOOGLE_APPS_USER"[]
[src]

Output only. The user types.