Google Apps Script API
    Preparing search index...
    interface User {
        isDeleted?: boolean;
        isMe?: boolean;
        name?: string;
        permissionId?: string;
        photo?: GoogleAppsScript.Appsactivity.Schema.Photo;
    }
    Index

    Properties

    isDeleted?: boolean
    isMe?: boolean
    name?: string
    permissionId?: string