Google Apps Script API
    Preparing search index...
    interface AccountAddress {
        country?: string;
        locality?: string;
        postalCode?: string;
        region?: string;
        streetAddress?: string;
    }
    Index

    Properties

    country?: string
    locality?: string
    postalCode?: string
    region?: string
    streetAddress?: string