Google Apps Script API
    Preparing search index...
    interface Subscription {
        callbackUrl?: string;
        collection?: string;
        id?: string;
        kind?: string;
        notification?: GoogleAppsScript.Mirror.Schema.Notification;
        operation?: string[];
        updated?: string;
        userToken?: string;
        verifyToken?: string;
    }
    Index

    Properties

    callbackUrl?: string
    collection?: string
    id?: string
    kind?: string
    operation?: string[]
    updated?: string
    userToken?: string
    verifyToken?: string