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

FieldMetadata

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

Metadata about a field.

interface FieldMetadata {
readonly primary?: boolean;
source?: Source;
sourcePrimary?: boolean;
readonly verified?: boolean;
}

§Properties

§
readonly primary?: boolean
[src]

Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with primary set to true.

§
source?: Source
[src]

The source of the field.

§
sourcePrimary?: boolean
[src]

True if the field is the primary field for the source. Each source must have at most one field with source_primary set to true.

§
readonly verified?: boolean
[src]

Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.