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

Source

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

The source of a field.

interface Source {
etag?: string;
id?: string;
readonly profileMetadata?: ProfileMetadata;
type?:
| "SOURCE_TYPE_UNSPECIFIED"
| "ACCOUNT"
| "PROFILE"
| "DOMAIN_PROFILE"
| "CONTACT"
| "OTHER_CONTACT"
| "DOMAIN_CONTACT";
readonly updateTime?: Date;
}

§Properties

§
etag?: string
[src]

Only populated in person.metadata.sources. The HTTP entity tag of the source. Used for web cache validation.

§
id?: string
[src]

The unique identifier within the source type generated by the server.

§
readonly profileMetadata?: ProfileMetadata
[src]

Output only. Only populated in person.metadata.sources. Metadata about a source of type PROFILE.

§
type?: "SOURCE_TYPE_UNSPECIFIED" | "ACCOUNT" | "PROFILE" | "DOMAIN_PROFILE" | "CONTACT" | "OTHER_CONTACT" | "DOMAIN_CONTACT"
[src]

The source type.

§
readonly updateTime?: Date
[src]

Output only. Only populated in person.metadata.sources. Last update timestamp of this source.