Google Apps Script API
    Preparing search index...
    interface CountriesCollection {
        get(profileId: string, dartId: string): Country;
        list(profileId: string): CountriesListResponse;
    }
    Index

    Methods

    Methods