Google Apps Script API
    Preparing search index...

    Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. Can only be set on files.create requests.

    interface FileShortcutDetails {
        targetId?: string;
        targetMimeType?: string;
        targetResourceKey?: string;
    }
    Index

    Properties

    targetId?: string

    The ID of the file that this shortcut points to. Can only be set on files.create requests.

    targetMimeType?: string

    Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.

    targetResourceKey?: string

    Output only. The ResourceKey for the target file.