Google Apps Script API
    Preparing search index...
    interface PostalCodeGroup {
        country?: string;
        name?: string;
        postalCodeRanges?: PostalCodeRange[];
    }
    Index

    Properties

    country?: string
    name?: string
    postalCodeRanges?: PostalCodeRange[]