Google Apps Script API
    Preparing search index...
    interface File {
        alternateLink?: string;
        appDataContents?: boolean;
        canComment?: boolean;
        canReadRevisions?: boolean;
        capabilities?: GoogleAppsScript.Drive.Schema.FileCapabilities;
        copyable?: boolean;
        copyRequiresWriterPermission?: boolean;
        createdDate?: string;
        defaultOpenWithLink?: string;
        description?: string;
        downloadUrl?: string;
        driveId?: string;
        editable?: boolean;
        embedLink?: string;
        etag?: string;
        explicitlyTrashed?: boolean;
        exportLinks?: Record<string, string>;
        fileExtension?: string;
        fileSize?: string;
        folderColorRgb?: string;
        fullFileExtension?: string;
        hasAugmentedPermissions?: boolean;
        hasThumbnail?: boolean;
        headRevisionId?: string;
        iconLink?: string;
        id?: string;
        imageMediaMetadata?: GoogleAppsScript.Drive.Schema.FileImageMediaMetadata;
        indexableText?: FileIndexableText;
        isAppAuthorized?: boolean;
        kind?: string;
        labels?: FileLabels;
        lastModifyingUser?: GoogleAppsScript.Drive.Schema.User;
        lastModifyingUserName?: string;
        lastViewedByMeDate?: string;
        markedViewedByMeDate?: string;
        md5Checksum?: string;
        mimeType?: string;
        modifiedByMeDate?: string;
        modifiedDate?: string;
        openWithLinks?: Record<string, string>;
        originalFilename?: string;
        ownedByMe?: boolean;
        ownerNames?: string[];
        owners?: GoogleAppsScript.Drive.Schema.User[];
        parents?: ParentReference[];
        permissionIds?: string[];
        permissions?: GoogleAppsScript.Drive.Schema.Permission[];
        properties?: Property[];
        quotaBytesUsed?: string;
        selfLink?: string;
        shareable?: boolean;
        shared?: boolean;
        sharedWithMeDate?: string;
        sharingUser?: GoogleAppsScript.Drive.Schema.User;
        shortcutDetails?: ShortcutDetails;
        spaces?: string[];
        teamDriveId?: string;
        thumbnail?: FileThumbnail;
        thumbnailLink?: string;
        thumbnailVersion?: string;
        title?: string;
        trashedDate?: string;
        trashingUser?: GoogleAppsScript.Drive.Schema.User;
        userPermission?: GoogleAppsScript.Drive.Schema.Permission;
        version?: string;
        videoMediaMetadata?: GoogleAppsScript.Drive.Schema.FileVideoMediaMetadata;
        webContentLink?: string;
        webViewLink?: string;
        writersCanShare?: boolean;
    }
    Index

    Properties

    alternateLink?: string
    appDataContents?: boolean
    canComment?: boolean
    canReadRevisions?: boolean
    copyable?: boolean
    copyRequiresWriterPermission?: boolean
    createdDate?: string
    defaultOpenWithLink?: string
    description?: string
    downloadUrl?: string
    driveId?: string
    editable?: boolean
    embedLink?: string
    etag?: string
    explicitlyTrashed?: boolean
    exportLinks?: Record<string, string>
    fileExtension?: string
    fileSize?: string
    folderColorRgb?: string
    fullFileExtension?: string
    hasAugmentedPermissions?: boolean
    hasThumbnail?: boolean
    headRevisionId?: string
    iconLink?: string
    id?: string
    indexableText?: FileIndexableText
    isAppAuthorized?: boolean
    kind?: string
    labels?: FileLabels
    lastModifyingUser?: GoogleAppsScript.Drive.Schema.User
    lastModifyingUserName?: string
    lastViewedByMeDate?: string
    markedViewedByMeDate?: string
    md5Checksum?: string
    mimeType?: string
    modifiedByMeDate?: string
    modifiedDate?: string
    openWithLinks?: Record<string, string>
    originalFilename?: string
    ownedByMe?: boolean
    ownerNames?: string[]
    parents?: ParentReference[]
    permissionIds?: string[]
    properties?: Property[]
    quotaBytesUsed?: string
    selfLink?: string
    shareable?: boolean
    shared?: boolean
    sharedWithMeDate?: string
    shortcutDetails?: ShortcutDetails
    spaces?: string[]
    teamDriveId?: string
    thumbnail?: FileThumbnail
    thumbnailLink?: string
    thumbnailVersion?: string
    title?: string
    trashedDate?: string
    version?: string
    webContentLink?: string
    webViewLink?: string
    writersCanShare?: boolean