Google Apps Script API
    Preparing search index...
    interface Address {
        city?: string;
        country?: string;
        countryCode?: string;
        extendedAddress?: string;
        formattedType?: string;
        formattedValue?: string;
        metadata?: FieldMetadata;
        poBox?: string;
        postalCode?: string;
        region?: string;
        streetAddress?: string;
        type?: string;
    }
    Index

    Properties

    city?: string
    country?: string
    countryCode?: string
    extendedAddress?: string
    formattedType?: string
    formattedValue?: string
    metadata?: FieldMetadata
    poBox?: string
    postalCode?: string
    region?: string
    streetAddress?: string
    type?: string