Google Apps Script API
    Preparing search index...
    interface List {
        listProperties?: ListProperties;
        suggestedDeletionIds?: string[];
        suggestedInsertionId?: string;
        suggestedListPropertiesChanges?: object;
    }
    Index

    Properties

    listProperties?: ListProperties
    suggestedDeletionIds?: string[]
    suggestedInsertionId?: string
    suggestedListPropertiesChanges?: object