Google Apps Script API
    Preparing search index...
    interface CustomDataSourcesCollection {
        list(accountId: string, webPropertyId: string): CustomDataSources;
        list(
            accountId: string,
            webPropertyId: string,
            optionalArgs: any,
        ): CustomDataSources;
    }
    Index

    Methods

    Methods