Google Apps Script API
    Preparing search index...
    interface PublishersCollection {
        get(publisherId: string): Publisher;
        get(publisherId: string, optionalArgs: object): Publisher;
        list(): PublisherList;
        list(optionalArgs: object): PublisherList;
    }
    Index

    Methods

    Methods