Google Apps Script API
    Preparing search index...

    A list of third-party applications which the user has installed or given access to Google Drive.

    interface AppList {
        defaultAppIds?: string[];
        items?: GoogleAppsScript.Drive_v3.Drive.V3.Schema.App[];
        kind?: string;
        selfLink?: string;
    }
    Index

    Properties

    defaultAppIds?: string[]

    The list of app IDs that the user has specified to use by default. The list is in reverse-priority order (lowest to highest).

    The list of apps.

    kind?: string

    Output only. Identifies what kind of resource this is. Value: the fixed string "drive#appList".

    selfLink?: string

    A link back to this list.