Google Apps Script API
    Preparing search index...
    interface SubscriptionsCollection {
        insert(
            resource: GoogleAppsScript.Mirror.Schema.Subscription,
        ): GoogleAppsScript.Mirror.Schema.Subscription;
        list(): SubscriptionsListResponse;
        remove(id: string): void;
        update(
            resource: GoogleAppsScript.Mirror.Schema.Subscription,
            id: string,
        ): GoogleAppsScript.Mirror.Schema.Subscription;
    }
    Index

    Methods