Google Apps Script API
    Preparing search index...
    interface UserAddress {
        country?: string;
        countryCode?: string;
        customType?: string;
        extendedAddress?: string;
        formatted?: string;
        locality?: string;
        poBox?: string;
        postalCode?: string;
        primary?: boolean;
        region?: string;
        sourceIsStructured?: boolean;
        streetAddress?: string;
        type?: string;
    }
    Index

    Properties

    country?: string
    countryCode?: string
    customType?: string
    extendedAddress?: string
    formatted?: string
    locality?: string
    poBox?: string
    postalCode?: string
    primary?: boolean
    region?: string
    sourceIsStructured?: boolean
    streetAddress?: string
    type?: string