Google Apps Script API
    Preparing search index...
    interface PostalCodesCollection {
        get(profileId: string, code: string): PostalCode;
        list(profileId: string): PostalCodesListResponse;
    }
    Index

    Methods

    Methods