AddressInfo
import type { AddressInfo } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";Address information for the user.
interface AddressInfo {
familyName?: string;
givenName?: string;
postalCode?: string;
regionCode?: string;
}§Properties
§
familyName?: string
[src]Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.